implied_odds | R Documentation |
This function provides the fair odds for a given win probability for a given bet.
implied_odds(prob, type = "us")
prob |
Probability of winning a bet |
type |
Type of odds. Possible values are:
|
odds American Odds of that bet
implied_odds(0.4)
implied_odds(0.5238095, type = "all")
implied_odds(c(0.3, 0.2, 0.909, 0.7143), type = "dec")
implied_odds(c(0.3, 0.2, 0.95, 0.7), type = "frac")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.