parlay_calc | R Documentation |
This function calculates the payout of parlay bets.
parlay_calc(risk, odds, type = "us")
risk |
Odds for your bet(s) |
odds |
Vector of odds for each leg of the parlay (-132, -115, -110, -110) |
type |
Type of odds. Possible values are:
|
payout Parlay payout
parlay_calc(
risk = 75,
odds = c(-110, -110, -110),
type = "us"
)
parlay_calc(
risk = 50,
odds = c(-110, -110, -110, -110),
type = "us"
)
parlay_calc(
risk = 100,
odds = c(-110, -150, -175, -325, -220),
type = "us"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.