Published by ParlayAPI. A free tool. The math runs entirely in your browser; none of the odds you type ever leave this page.

Sportsbook Hold Calculator

Enter both sides of a 2-way market, or all three sides of a 3-way, and see how much of the total handle the book keeps: the hold percent, the vig, and the overround. The standard -110/-110 line works out to a 4.55% hold. It recomputes live as you type.

Odds format
Market
Book hold
--
Vig (margin)
--
Overround
--
Total implied
--
Outcome Your price Decimal Implied probability

Comparing holds across books? That is line shopping, and it is the whole reason ParlayAPI exists: the API returns the same market priced by 30+ sportsbooks in one response, so you can compute the hold at every book and bet where it is lowest. Pull live odds for these calculations with a free API key, or read the docs.

How the math works

Every price implies a probability: p = 1 / decimal odds. A fair market's probabilities would sum to exactly 100%. A real book prices every outcome a little short, so the sum (the overround) lands above 100%. The hold is that overpricing expressed as a share of the total money wagered.

# 1. implied probability of each side p_i = 1 / dec_i # 2. overround: sum across all 2 (or 3) sides overround = p1 + p2 [+ p3] # 3. two ways to state the book's edge vig = overround - 1 # margin over a fair 100% market hold = (overround - 1) / overround # share of total handle the book keeps

Worked example: the standard -110/-110 line

Each -110 side implies 110 / 210 = 52.38%, so the overround is 104.76%. The vig is 4.76%, and the hold is 0.0476 / 1.0476 = 4.5455%, shown here as 4.55%. The sanity check is cash flow: with balanced action the book collects 110 + 110 = 220 and pays the winner 210, keeping 10, and 10 / 220 = 4.5455%. You will often see this quoted as 4.54%; that is the same number truncated instead of rounded.

Why hold and vig differ

Both describe the same edge. Vig measures it against a fair 100% market (overround - 1), hold against the actual money collected ((overround - 1) / overround). Since the overround is above 1, the hold is always slightly smaller than the vig. If someone quotes "4.76% on a standard NFL spread" they mean the vig; "4.55%" (or the truncated "4.54%") means the hold. To see where the margin sits on each individual outcome, run the same prices through the no-vig calculator, which removes it and returns the fair odds.

Frequently asked questions

What is hold in sports betting?

Hold is the share of total money wagered on a market that the book expects to keep when the action is balanced. It exists because the implied probabilities of the posted prices sum to more than 100%. Formula: hold = (overround - 1) / overround.

What is the difference between hold and vig?

Vig (or margin) is overround - 1: how far the implied probabilities exceed 100%. Hold is the same edge divided by the overround, so it reads as a share of the handle. On -110/-110 the vig is 4.76% and the hold is 4.55%. Quote either, but do not mix them.

What is the hold on a standard -110/-110 market?

Exactly 1/22 of the handle: 4.5455%, displayed here as 4.55%. The book collects 220 with balanced action and pays back 210, keeping 10, and 10/220 = 4.5455%. Many write-ups quote 4.54%, which is the same number truncated.

Can hold be negative?

Within one book, almost never: a negative hold means the implied probabilities sum below 100%, so staking every outcome in proportion locks in a profit. Across different books it happens all the time, and finding those combinations is what the arbitrage calculator checks.

More free calculators