Skip to contents

This function calculates the hold perrcentage that the sportsbook has for the given bet.

Usage

hold_calc(...)

Arguments

...

Lines for a given bet (-115, -105)

Value

Hold percent

Examples

hold_calc(-110, -110)
#> [1] 0.04545455
hold_calc(-125, -125)
#> [1] 0.1
hold_calc(285, -122, 258)
#> [1] 0.08140533