Documentation Index
Fetch the complete documentation index at: https://docs.sporttoken.app/llms.txt
Use this file to discover all available pages before exploring further.
Suppose a sportsbook offers Team A at +120 and Team B at −145.
Implied probabilities:
- For +x odds: p=100/(x+100)
- For -y odds: p=y/(100+y)
Thus:
- pA∗=100/(120+100)≈45.45%
- pB∗=145/(145+100)≈59.18%
- pA∗+pB∗=104.63% → embedded vig
Normalize (de-juice):
- pA=pA∗/(pA∗+pB∗)≈43.44%
- pB=pB∗/(pB∗+pA∗)≈56.56%
Converted back to American odds, this is roughly +131 and -131.