Wolfram Computation Meets Knowledge

Gambling Winnings Using Decimal Odds

Decimal odds quote the ratio of the payout amount, including the original bet, to the bet itself.

The payoff for a win equals the bet amount times the decimal odds minus 1.

Formula

QuantityVariable["winnings", "Money"] == QuantityVariable["b", "Money"]*(-1 + QuantityVariable["d", "Unitless"])

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Gambling Winnings Using Decimal Odds"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Gambling Winnings Using Decimal Odds"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Gambling Winnings Using Decimal Odds"], {QuantityVariable[
   "d","Unitless"] -> 3.5`, 
  QuantityVariable["b","Money"] -> Quantity[10, "USDollars"]}]
Out[3]=

Publisher Information