desk online uptime: 99.98%data freshness: 12smarkets tracked: 1,847books polled: 26
oddscipher
/ guides / vig, hold & margin

Vig, hold and margin: how to calculate a sportsbook's cut on any market

vig · juice · hold · margin · overround

Five words, one idea

The vocabulary is cluttered because the concept is central. Vig (vigorish) and juice are the informal names for the commission. Overround and book percentage describe it from the probability side — how far a market's prices sum past 100 percent. Margin is that same cut expressed as a percentage of the book. Hold is the money the book actually keeps once bets are settled. One idea, five labels, and the only distinction that matters is theoretical versus realised.

The theoretical side comes straight out of the implied probability calculation. Sum the raw implied probabilities of every outcome, see how far past 100 percent you land, and you have measured the book's built-in edge before a single bet is placed.

Margin on a two-way market

Start with the canonical American price of −110 on both sides. Its decimal equivalent is 1.909, and the margin falls out in three steps.

# −110 both sides  to  decimal 1.909 each
p_a = 1 / 1.909 = 0.5238
p_b = 1 / 1.909 = 0.5238
book_pct = p_a + p_b = 1.0476   # 104.76%

# overround (percentage points)
overround = 104.76%100% = 4.76 points

# margin as a share of the book
margin = (book_pct − 1) / book_pct = 0.0476 / 1.04764.5%

Two figures, two conventions. The overround of 4.76 points is the book-percentage view. The margin of about 4.5 percent expresses the same cut as a fraction of the total book, which is the number most directly comparable to a hold. Both come from the prices alone — no bet volumes required — which is why they are called theoretical.

Margin on a three-way market

Nothing changes but the number of terms. A soccer 1X2 market has three outcomes, so you sum three implied probabilities. The figures below are illustrative.

# illustrative three-way prices (decimal)
home 2.40  to  1/2.40 = 0.4167
draw 3.30  to  1/3.30 = 0.3030
away 3.10  to  1/3.10 = 0.3226

book_pct = 0.4167 + 0.3030 + 0.3226 = 1.0423
margin = 0.0423 / 1.04234.1%   # of the book

More outcomes usually means the margin is spread across more prices, but the method is identical: reciprocal, sum, compare to 100 percent. To recover each outcome's fair probability you normalise — divide each side by the book percentage — exactly as in the vig remover.

Margin versus hold

Here is the distinction that trips people up. Margin is what the prices imply. Hold is what the book actually banks. They agree only when the book's exposure is balanced — when the money on each outcome is proportioned so the book pays the same regardless of which side wins.

The practical takeaway: margin is computable from a screen and always available; hold is an after-the-fact accounting figure you cannot see as a bettor. When you compare books, you are comparing margins.

What juice does to break-even

The margin is not an abstraction — it sets the win rate you need just to stay level. At even money you break even by winning half your bets. Every cent of juice raises that bar.

# break-even win rate at decimal price D
breakeven = 1 / D

  # even money  D = 2.000  to  50.00%
  # −110        D = 1.909  to  52.38%
  # −115        D = 1.870  to  53.48%
  # −120        D = 1.833  to  54.55%
Juice and the win rate needed to break even
AmericanDecimalBreak-even win rate
+100 (even)2.00050.00%
−1101.90952.38%
−1151.87053.48%
−1201.83354.55%

Read the gap between −110 and −120: the required win rate climbs from 52.38 to 54.55 percent. That two-point jump is the difference between a beatable price and a punishing one, and it is paid on every bet. Widening juice is the quietest way a book protects itself, and spotting it is why comparing margin across books on the same market is one of the highest-return habits a bettor can keep. It also raises the bar for any claimed edge — the expected-value guide measures your number against the fair line precisely because the juice is standing in between.

FAQ

What is the vig on a bet?
The vig (short for vigorish, also called juice) is the commission a sportsbook builds into its prices. It is the reason the implied probabilities of a market sum to more than 100 percent. You never see it as a line item; it is baked into every price by shading each side slightly shorter than fair. On a standard two-way market priced at −110 both ways, the theoretical margin works out to about 4.5 percent.
What is the difference between margin and hold?
Margin (or overround) is the theoretical cut, computed from the prices alone: how far the summed implied probabilities exceed 100 percent, rescaled. Hold is the realised cut — the fraction of all money staked that the book actually keeps after paying winners. They match only when the book's liability is balanced across outcomes. When money piles onto one side, realised hold can come out above or below the theoretical margin.
How do I calculate the margin on a two-way market?
Take each side's decimal price, compute the implied probability as 1 divided by decimal, add them, and subtract 100 percent to get the overround. To express it as a margin percentage of the book, use margin = (sum of implied probabilities − 1) / (sum of implied probabilities). For −110 both sides (decimal 1.909), the implied probabilities sum to about 1.0476, giving a margin near 4.5 percent.
How does the vig affect my break-even win rate?
It raises the win rate you need just to break even. At even money (decimal 2.00, no vig) you break even at 50 percent. At −110 (decimal 1.909) you must win about 52.38 percent of bets to break even, because the price pays you less than even money. Every step of extra juice pushes that required win rate higher, and small juice differences compound heavily over a season of bets.
Why does juice matter so much over time?
Because it is a cost paid on every bet, win or lose, and it compounds. The gap between winning 52.4 percent and 53.5 percent of bets is the gap between breaking even and a real edge at −110. A book that charges more juice raises your break-even bar on every wager, so comparing margin across books on the same market is one of the highest-value habits a bettor can build.
// published 2026-07-19 · updated 2026-07-19 · OddsCipher Desk