🔥 HOT EV EDGES:[EPL] Chelsea vs Liverpool: 2.15 vs 2.02 ▲ (+6.4% EV)[NBA] Lakers vs Celtics: 1.95 vs 1.89 ▲ (+3.2% EV)[ATP] Alcaraz vs Djokovic: 2.20 vs 2.08 ▼ (+5.8% EV)[UCL] Man City vs Bayern: Arb Lock (+2.1% Profit)[NFL] Chiefs vs Bills: 2.10 vs 1.98 ▲ (+6.1% EV)Pinnacle Hold Index: 2.1% Hold
🔥 HOT EV EDGES:[EPL] Chelsea vs Liverpool: 2.15 vs 2.02 ▲ (+6.4% EV)[NBA] Lakers vs Celtics: 1.95 vs 1.89 ▲ (+3.2% EV)[ATP] Alcaraz vs Djokovic: 2.20 vs 2.08 ▼ (+5.8% EV)[UCL] Man City vs Bayern: Arb Lock (+2.1% Profit)[NFL] Chiefs vs Bills: 2.10 vs 1.98 ▲ (+6.1% EV)Pinnacle Hold Index: 2.1% Hold
BetMath HubLIVE
Variance Management

Hedging a Bet — The Math of Locking In Profit

Hedging is the art of placing a second bet that partially or fully offsets the first. Done correctly, it transforms a single high-variance wager into two coupled positions that together produce a narrow range of outcomes — often including a guaranteed profit. Done badly, it locks in lower expected value and burns vig on both sides for no risk reduction. This guide works through the full math of the hedge, shows exactly when it makes sense and when it does not, and treats the uncomfortable truth that hedging is usually a negative-expected-value decision that can still be rational.

Quick Calculator

$139
$11
4.7%

A hedge begins with an exposure. Suppose a bettor placed a $100 wager months ago on the Kansas City Chiefs to win the Super Bowl at +1200 (decimal 13.00). Now the Chiefs have made the Super Bowl. The implied probability of Kansas City winning is, let us say, 55% at decimal 1.833 on the moneyline, with the opposing team at decimal 2.100 (about 47.6% implied after vig). The original ticket pays $1,300 if the Chiefs win and zero if they lose. Keeping it all the way is a 55-45 coin flip for $1,300 versus $100 already committed. Hedging offers a different risk profile: cash some now against the other team and guarantee a payout, regardless of who wins.

The most common hedge is the equal-outcome hedge — a stake on the opposing side that produces the same net profit whether the original wins or the hedge wins. This is the instinctive "lock in" hedge that even casual bettors reach for when a futures ticket suddenly has real money on it. The math is mechanical: solve for the hedge stake that produces equal net outcomes, then compute the guaranteed profit. Below the surface, however, the hedge is silently paying a vig tax in both directions, and its expected value relative to letting the ticket ride is almost always negative.

That observation does not make hedging irrational. Utility theory explains why a bettor with concave utility, or a bettor whose psychological tolerance for the full-variance outcome is limited, is often correctly trading expected dollars for variance reduction. Understanding the math lets a bettor hedge only when the trade is genuinely worth it, and not panic-hedge every time a winning ticket appears in their account.

1. The Equal-Outcome Hedge Formula

# Equal-outcome hedge stake
#
# S_orig   = original stake              (e.g. $100)
# O_orig   = original decimal odds       (e.g. 13.00)
# O_hedge  = current decimal odds on opposite side (e.g. 2.10)
#
# Hedge stake that equalizes outcomes:
# H = (S_orig * O_orig) / O_hedge
#
# For our example:
# H = (100 * 13.00) / 2.10
# H = 1300 / 2.10
# H = 619.05
#
# Net outcomes after hedging:
#
# If original wins:
#   profit = S_orig * (O_orig - 1) - H
#          = 100 * 12 - 619.05
#          = 1200 - 619.05
#          = +580.95
#
# If hedge wins:
#   profit = H * (O_hedge - 1) - S_orig
#          = 619.05 * 1.10 - 100
#          = 680.95 - 100
#          = +580.95
#
# Guaranteed profit: $580.95 regardless of outcome.
# Total money at risk combined: 100 + 619.05 = 719.05
# Return on combined exposure: 580.95 / 719.05 = 80.8%

2. The EV Cost of Hedging

The hedged position's EV depends on the true probabilities, not the book's implied probabilities. Suppose the true probability of the Chiefs winning is 50% (neither book side is sharp enough to be considered gospel). Compare expected values of the two paths.

# Path A: Let the original $100 ride
# True P(Chiefs win) = 0.50
# Payout if win: +$1,200  (1300 payout - 100 stake already paid long ago,
#                          but treat $100 as sunk cost since we can't un-bet it)
#
# EV_ride (from this point forward, treating original stake as sunk):
#   = 0.50 * 1300 + 0.50 * 0 - 0   (no additional stake)
#   = 650
#
# Path B: Hedge with $619.05 on the other team at 2.10
# New stake: $619.05. Guaranteed outcome: +$580.95 profit.
#
# EV_hedge:
#   = guaranteed 580.95
#   = +580.95
#
# EV cost of hedging = 650 - 580.95 = $69.05
#
# This $69.05 is the vig on the hedge side that the bettor is paying
# to the sportsbook. In exchange, the bettor converts a 50/50 shot at
# $1,300 vs. nothing into a guaranteed $580.95.

Sixty-nine dollars of expected value surrendered to collapse a coin flip into a guarantee. For some bettors that trade is worth every penny. For a bettor with infinite patience, an unlimited bankroll, and no emotional exposure to single-ticket swings, the ride is correct. Most real humans are somewhere in between.

3. Partial Hedging — Keeping Some Upside

# Partial hedge: hedge stake = fraction k of full hedge
# (0 <= k <= 1, where 0 = no hedge, 1 = full equalizing hedge)

# For our example:
# Full hedge stake = 619.05
# Partial hedge at k = 0.5:
#   H = 0.5 * 619.05 = 309.52

# Outcomes:
# If Chiefs win (original pays):
#   profit = 1200 - 309.52 = +890.48
#
# If opponent wins (hedge pays):
#   profit = 309.52 * 1.10 - 100 = 340.48 - 100 = +240.48
#
# Spread of outcomes: +240.48 to +890.48
# Midpoint:           +565.48 (slightly lower than full-hedge +580.95
#                     because we paid less vig)
#
# Math for any k:
# profit_if_orig_wins   = S_orig * (O_orig - 1) - k * H_full
# profit_if_hedge_wins  = k * H_full * (O_hedge - 1) - S_orig
#
# k = 0     -> ride: outcomes are +1200 or -100 (original stake sunk)
# k = 0.5   -> +890.48 or +240.48
# k = 1.0   -> +580.95 or +580.95 (guaranteed equal)
# k = 1.5   -> over-hedged: you now prefer the opponent winning

4. Utility-Based Hedge Sizing

Partial hedging is not guesswork when you apply concave utility. The classical choice is logarithmic utility, which matches Kelly-sized bettors. A log-utility bettor with current bankroll B should choose the hedge fraction k that maximizes expected log bankroll post-resolution. Differentiating and solving gives the optimal hedge fraction, which typically lands between 0.4 and 0.7 for typical futures situations — never a full hedge.

# Optimal hedge under log utility
#
# B = current bankroll (separate from the ticket)
# p = true P(original bet wins)
# Choose k to maximize:
#
#   p * log(B + profit_orig_wins(k)) + (1-p) * log(B + profit_hedge_wins(k))
#
# For B = 5000, p = 0.5, our example numbers:
# k*  ~ 0.45   (numerical solution)
#
# At k* = 0.45:
#   hedge stake = 0.45 * 619.05 = 278.57
#   if Chiefs win: +1200 - 278.57 = +921.43
#   if opp wins:   278.57 * 1.10 - 100 = +206.43
#   expected log bankroll: higher than full hedge or no hedge
#
# Rule of thumb:
#   k* smaller when bankroll B is larger (less utility curvature)
#   k* larger when bankroll B is smaller (more to protect)
#   k* smaller when original bet remains priced as +EV
#   k* = 1 only when the bettor is extremely risk-averse or bankroll is tiny

5. Hedging an Arbitrage — The Clean Case

Not all hedges are negative EV. Arbitrage is technically a hedge where the combined stakes on opposite sides of a market lock in a guaranteed profit because the two books priced the market inconsistently. See our arbitrage complete guide for full detail. The key distinction: in arbitrage, both stakes are placed at the beginning knowing they combine to positive EV; in reactive hedging, the original stake has already been placed and the hedge is secondary, usually at a worse price than the original.

The difference matters because arbitrage's hedge is priced at less than 1.00 combined implied probability (that is precisely what makes it an arb), while reactive hedging almost always faces a combined implied probability greater than 1.00 by the amount of book vig. The vig is the cost of hedging. A -110/-110 market has an overround of roughly 4.5%, meaning hedging within a single -110/-110 spread surrenders about 4.5% of the combined stake versus letting the winner ride.

6. When to Hedge — The Practical Rules

ScenarioHedge?Reasoning
Futures ticket at 20x+ payout, your bankroll is small relative to payoutYes, full or near-fullConcave utility dominates. Protect the life-changing amount.
Futures ticket at 3x-5x payout, bankroll largeMaybe partial, k~0.3-0.5Utility curvature matters less. Keep upside.
Original bet was correctly identified as +EV, your edge persistsNo, ride itHedging destroys the edge you worked to identify.
Live in-game hedge at tighter price than originalYes, for varianceThe tighter price means lower hedge cost; only profitable spots exist.
Parlay ticket on last leg, payout life-changingYes, partial to guarantee a meaningful profitProtect the sunk-cost variance.
Book line moves against you overnight before gameConsider small partial hedgeLine move may reflect genuine info; reduce exposure.
-EV hedging at -110/-110 book with small original exposureNoSurrendering 4.5% EV for minor variance reduction is rarely worth it.
You are bankroll-constrained and a loss puts you in troubleYes, alwaysUtility curvature is effectively infinite at the ruin threshold.

7. Common Hedging Mistakes

Hedging too early

Hedging before the original bet has reached a meaningful price movement destroys EV without providing variance reduction. Wait for the market to move decisively in your favor before considering a hedge.

Full hedging emotional positions

Full equalizing hedges surrender all remaining edge. Partial hedges of 40-60% of the full equalizer usually match utility optimum better while preserving upside.

Hedging across non-matching markets

Hedging a Super Bowl futures ticket with a moneyline of the same team creates residual risk if the spread covers but the team loses. Always hedge with the same market or a fully correlated one.

Chasing losses with hedges

Some bettors "hedge" a losing position by doubling down on the winner so far — this is not hedging, it is martingale with a worse name. Hedging is only hedging when it reduces variance, not when it increases exposure.

8. Frequently Asked Questions

What does hedging a bet mean?

Placing a second bet on the opposite outcome of an original wager to reduce variance. Hedging can guarantee profit (full hedge), reduce loss (partial hedge), or rebalance exposure (dynamic hedge).

How do I calculate a hedge bet?

Use H = (S * O_orig) / O_hedge for an equal-outcome hedge. For partial hedges, multiply H by the chosen fraction k in [0, 1]. For utility-optimal hedges, solve numerically for the k that maximizes expected log bankroll.

When should I hedge a futures bet?

Hedge when your bankroll is small relative to the payout (utility curvature is steep), when the market's implied probability has moved toward parity with your estimate, or when the emotional cost of losing outweighs the expected-value cost of hedging. Do not hedge when your original bet remains identifiable as +EV.

Is hedging profitable long term?

Usually not. Each hedge pays vig to the sportsbook, and the combined position is typically lower expected value than the original alone. Hedging is a variance-reduction tool, not a profit-generation tool. The exception is arbitrage, where the two sides combine to positive EV by design.

Can I hedge with the same sportsbook?

Yes, if the book offers markets on both outcomes. In-game moneylines, futures opposite-side markets, and live spreads all work. Make sure you hedge within the same market so correlations are exact.

What is partial hedging?

Hedging with less than the full equalizing stake. Partial hedges preserve upside if the original wins while still protecting against the opposite outcome. The optimal partial hedge under log utility is typically between 0.4 and 0.7 of the full hedge stake.

Does hedging lower my Kelly bet size on future wagers?

Yes, indirectly. Hedging locks in variance reduction, meaning subsequent Kelly sizing can be slightly more aggressive because the bankroll floor is more certain. In practice, professional bettors recalibrate Kelly fractions after major hedge-related outcomes, treating the hedge profit as realized before sizing new positions.

Is hedging considered cheating or advantage play?

Neither. Hedging uses the book's own posted odds and is entirely legal at every sportsbook. Unlike line shopping or arbitrage, hedging rarely triggers account limitations because the book profits from the vig on the hedge. The activity is risk management, not advantage play.

Before you hedge

Quantify the EV cost using the formulas above, decide whether your utility curvature at the current bankroll justifies that cost, and size the hedge accordingly. Pair the analysis with our value guide, bankroll tracker, and risk of ruin tool to make the final call.

Certainty has a price. Measure it.

Responsible gambling notice. Hedging is a risk management technique and does not guarantee long-term profit. Both the original bet and the hedge carry the sportsbook's vig. Stake only what you can afford to lose. For support with problem gambling visit BeGambleAware.org or call 1-800-GAMBLER (US). Must be of legal betting age in your jurisdiction.