View source: R/true_probability.R
true_probability | R Documentation |
This function calculates the fair odds for a bet.
true_probability(line = -110, odds = c(-110, -110), type = "us")
line |
Line for the specific bet (-115) |
odds |
Vector with all lines for a wager (-115, -105) |
type |
Type of odds. Possible values are:
|
True Expected probability of bet
true_probability(1.8, c(1.8, 2.1), type = "dec")
true_probability(-115, c(-115, -105))
true_probability(258, c(285, -122, 258))
true_probability(line = -100, odds = c(-100, -120))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.