bet_calc | R Documentation |
This function calculates the payout for a given bet.
bet_calc(risk, odds, type = "us")
risk |
Amount risked for your bet(s) (110, 105) |
odds |
Odds for the bet (-132, -115) |
type |
Type of odds. Possible values are:
|
payout Payout of a bet
bet_calc(risk = 100, odds = -132, type = "us")
bet_calc(risk = 500, odds = 2.3, type = "dec")
bet_calc(risk = 25, odds = 20/1, type = "frac")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.