clv_calc | R Documentation |
This function calculates the Closing Line Value (CLV) of your bets.
clv_calc(bet_odds, closing_odds, type = "us")
bet_odds |
Odds for your bet(s) (-110, -105) |
closing_odds |
Closing Odds for the same bet (-132, -115) |
type |
Type of odds. Possible values are:
|
clv Closing Line Value of your bet
clv_calc(
bet_odds = -110,
closing_odds = -132,
type = "us"
)
clv_calc(
bet_odds = 2.5,
closing_odds = 2.3,
type = "dec"
)
clv_calc(
bet_odds = 50/1,
closing_odds = 20/1,
type = "frac"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.