implied_prob | R Documentation |
This function provides the implied probability or "Break Even" win percentage for a given bet.
implied_prob(odds, type = "us")
odds |
American Odds of the bet |
type |
Type of odds. Possible values are:
|
Implied probability of winning or the "Break Even" percentage
implied_prob(-150)
implied_prob(360)
implied_prob(c(360, -500, -110, 140))
implied_prob(c(3.60, 5.00, 1.10, 1.40), type = "dec")
implied_prob(c(5/2, 1/2, 7/1, 20/1, 10/11), type = "frac")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.