What Is HRR in Baseball? Hits + Runs + RBIs Explained
HRR is the combined Hits + Runs + RBIs prop — the highest-volume batter prop market in MLB betting. Here is what it means, why the 1.5 line is standard, why Negative Binomial is the right probability distribution, and where the structural edge lives in 2026.
Published May 2026 · 14 min read
1. What HRR Actually Means
HRR stands for Hits + Runs + RBIs. It is a combined batter prop that sums three of a hitter's most important offensive contributions in a single game into one number. If Aaron Judge hits a two-run home run, that single swing produces 1 hit + 1 run + 2 RBIs — for an HRR of 4. If he draws four walks and scores once, that produces 0 hits + 1 run + 0 RBIs — an HRR of 1. The stat is simple to compute, but the betting market it creates is the most analytically rich prop in baseball.
HRR is offered as a single over/under bet at every major US sportsbook — Hard Rock Bet, FanDuel, DraftKings, BetMGM, Caesars, and BetRivers all post HRR lines daily during the MLB season. The standard line is O/U 1.5, meaning the question is: will this player accumulate 2 or more total hits, runs, and RBIs combined tonight? Some books also offer 0.5, 2.5, and 3.5 HRR lines, but 1.5 is the headline market.
HRR is the highest-volume batter prop market in MLB betting for two reasons. First, the combined nature of the stat creates more interesting outcomes than any single-stat prop — there are dozens of game scripts that produce HRR of 2 or more, which keeps both sides of the line live deep into games. Second, the near-coinflip base rate at 1.5 keeps the juice low and the action two-sided, which sportsbooks prefer because balanced action means lower risk for them and lower vig for bettors.
A Quick Worked Example
Imagine Mookie Betts in tonight's game. He goes 2-for-4 with a single, a home run, scores 2 runs, and drives in 3 RBIs. His HRR for the game:
Hits: 2 (the single and the home run)
Runs scored: 2 (his own home run + reaching on the single, scoring later)
RBIs: 3 (three runs driven in)
HRR total: 2 + 2 + 3 = 7
Comfortably over the 1.5 line. The over hits.
Notice that a single home run with a runner on base counts in all three categories — 1 hit, 1 run, 1 RBI for the runner, plus 1 RBI for the home run itself. This correlation between the three stats is what makes HRR mathematically distinct from any single component, and it is the basis for the math problem we cover in section 3.
2. Why 1.5 Is the Standard HRR Line
Sportsbooks set prop lines to maximize two-way action. The line that produces the most balanced betting on both sides is the line that minimizes their liability and maximizes their hold. For HRR on a typical lineup regular, that line is 1.5.
The Base Rate at 1.5
For an average MLB lineup regular hitting in the 1-6 spots, the probability of accumulating 2 or more HRR in a game sits between 50% and 55%. League-wide, the average across all qualified hitters is approximately 52% over 1.5. This is essentially a coinflip — and books love coinflips because they let them charge a thin vig and still draw balanced action.
The 1.5 line works specifically because it isolates lineup regulars at near-50/50 — exactly the population that gets the most prop volume. The same line on a 7-hole hitter would be heavily skewed under, and the same line on Aaron Judge would be heavily skewed over. Books adjust the price (juice) on individual players to account for these tier differences, but the line itself stays at 1.5 because that is what casual bettors expect to see.
The Juice on HRR 1.5
Because HRR 1.5 draws balanced action, the typical juice is -115/-105 or -110/-110 — roughly 4-5% vig. Compare that to:
The breakeven win rate at -115 is 53.5%. At -250, breakeven is 71.4%. Lower juice means lower required accuracy to be profitable, which means analytical models with even modest edges can extract value at HRR 1.5 in a way they cannot at heavily juiced individual-stat props.
3. The Math: Why HRR Needs Negative Binomial
This section is the most technical part of the guide, but it explains the single biggest mistake in public HRR modeling — and why Prediction Engine recently re-architected its HRR model on May 2, 2026.
The Overdispersion Problem
The Poisson distribution is the natural starting point for modeling count data like baseball stats. It takes one parameter — lambda, the expected count — and produces a probability for every possible outcome (0, 1, 2, 3, etc.). The catch is that Poisson assumes variance equals mean. For individual stats like hits or runs, this assumption holds reasonably well. For HRR, it does not.
Hits: mean ~1.0, variance ~1.0, ratio = 1.00 (Poisson OK)
Runs: mean ~0.55, variance ~0.55, ratio = 1.00 (Poisson OK)
RBIs: mean ~0.55, variance ~0.60, ratio = 1.09 (Poisson OK)
HRR: mean ~2.10, variance ~4.32, ratio = 2.06 (Poisson FAILS)
HRR is overdispersed. Its variance is roughly twice its mean. This happens because the three component stats are correlated — an RBI single counts in both “hits” and “RBIs,” a home run with a runner on counts in “hits,” “runs,” and twice in “RBIs.” Those correlations inflate the variance of the sum well beyond what Poisson expects.
What Happens If You Use Poisson on HRR
If you naively apply the Poisson CDF to an HRR projection, the distribution underestimates the probability of extreme outcomes (zero HRR games and 5+ HRR games) and overestimates the probability of moderate outcomes clustered near the mean. At the critical 1.5 line specifically, Poisson overestimates the over probability by approximately 20%.
In practical terms: if the true probability of Over 1.5 HRR is 52%, a Poisson-based model reports 62%. That ten-point overestimate turns an actual coinflip into an apparent strong play. You bet, lose half the time at -110, and slowly bleed the bankroll. Most public HRR models that use Poisson naively produce confident-looking outputs that have no real predictive power at the threshold that actually matters.
Normal Was the Old Fix — And It Was Too Narrow
Before May 2, 2026, Prediction Engine's HRR model used a Normal distribution at the 1.5 line with a calibrated standard deviation of 5.7. This was an empirical fit — backtesting on thousands of historical games found that Normal at scale=5.7 produced lower mean absolute error than naive Poisson at the 1.5 line.
The problem with Normal at 5.7 was that the standard deviation was too narrow at the threshold. The Normal distribution has thin tails relative to the actual empirical distribution of HRR. At 1.5, the Normal CDF correctly avoided the Poisson overestimate, but it produced over-probabilities that were still slightly too confident — and the calibration drifted as season-on-season HRR variance shifted.
The 2026-05-02 Fix: Negative Binomial CDF at 1.5
The Negative Binomial distribution generalizes Poisson with an extra parameter, r, that controls how much extra variance the model allows. When r is large, Negative Binomial converges to Poisson. When r is small, it allows the fat tails that overdispersed data require.
For HRR, backtested calibration on thousands of historical games converged on r = 1.83. At this dispersion parameter, the Negative Binomial CDF correctly models both the elevated zero-HRR rate (about 24% league-wide) and the long right tail (4+, 5+, 6+ HRR games). On May 2, 2026, the production model switched the 1.5-line probability calculation from Normal(scale=5.7) to NegBin(r=1.83). The 0.5, 2.5, and 3.5 lines were already using NegBin since the original HRR upgrade.
The result is a unified probability framework for HRR at every line, calibrated against actual baseball outcomes rather than a Poisson assumption that breaks on combined stats. For most picks, the new NegBin probabilities are 2-4 percentage points lower at the 1.5 line than the old Normal output — closer to ground truth, which means fewer false-confidence plays and tighter alignment with where the real edge lives.
Our HRR model uses 82 features and the Negative Binomial CDF (r=1.83) to project every confirmed lineup hitter's over/under probability at every line. Updated 3x daily as lineups confirm.
4. HRR vs. Individual Hits / Runs / RBI Props
The structural reason HRR is the most analytically interesting batter prop is the contrast with the single-stat alternatives. The same player on the same night looks completely different across these four markets, and the juice tells the story.
The Juice Trap on Single-Stat Props
When sportsbooks know the public will hammer one side of a line, they widen the vig to compensate. The classic example is Over 0.5 hits on a star player. Most casual bettors take it on instinct — “of course Juan Soto gets a hit” — and books price it accordingly.
The HRR market sits at near-coinflip pricing, while the single-stat props charge between 56% and 69% breakeven on the over. To beat -220 on Hits 0.5, your model has to be extraordinarily right. To beat -115 on HRR 1.5, you only need to be modestly above the implied 53.5%. That is the structural arbitrage.
HRR Captures Compound Outcomes
HRR is also the only batter prop that captures the full picture of an offensive contribution. Consider three different game scripts for the same player:
Script A: 1-for-4 with a single, no runs, no RBIs. HRR = 1. Over 1.5 = LOSS.
Script B: 0-for-3 with two walks, scores 2 runs, 0 RBIs. HRR = 2. Over 1.5 = WIN.
Script C: 1-for-4 with a 3-run home run. HRR = 1 + 1 + 3 = 5. Over 1.5 = WIN.
Notice that in Script B, the player went 0-for-3 — Over 0.5 Hits would be a loss, but Over 1.5 HRR is a win because walks and runs scored are still captured. HRR reflects multiple paths to value: hot hitting, lineup protection (runs from teammates' hits), or driving in runs without necessarily reaching base often. Single-stat props miss two of those three paths every night.
5. Worked Example: Aaron Judge HRR Projection
Let us walk through a complete HRR projection for Aaron Judge in a hypothetical home game at Yankee Stadium against a back-end-of-rotation right-handed starter. This is the kind of high-conviction play the model surfaces several times per week during the season.
Step 1: The Feature Inputs
The HRR model uses 82 engineered features (upgraded from 72 with the addition of nine Baseball Savant Statcast features on April 29, 2026). For Judge tonight, the most influential inputs:
10-game rolling HRR: 2.6 per game
Last 5 games HRR: 3.2 (heating up)
Career xISO (Statcast): .312 (elite power)
Barrel rate (rolling 30): 19.4%
Opp pitcher last 5 starts ERA: 5.80
Opp pitcher HR/9 (rolling): 1.85
Park HR factor: 1.15x (Yankee Stadium)
Wind: 12 mph blowing out to right
Lineup position: 2 (high PA expectation)
Step 2: The Model Output
Feeding these features into the trained XGBoost regressor produces a single point estimate:
Projected HRR: 2.7
Why higher than rolling 10: Hot last-5, weak opponent, favorable wind, high-PA lineup spot
Step 3: Negative Binomial CDF Gives the Probability
The point projection of 2.7 feeds into the Negative Binomial CDF with r=1.83. The CDF computes the probability mass for every possible outcome (0, 1, 2, 3, ...) and sums the over-1.5 region:
P(0 HRR): 18.4%
P(1 HRR): 17.2%
P(2 HRR): 15.1%
P(3 HRR): 12.6%
P(4 HRR): 10.2%
P(5+ HRR): 26.5%
P(Over 1.5 HRR): 1 - P(0) - P(1) = 64.4%
At -115 (53.5% breakeven), a true 64.4% probability is a 10.9-percentage-point edge. That converts to a positive expected value of roughly 23 cents on the dollar per unit bet at standard juice — a strong play, but not a lock. Judge will still go under 1.5 HRR in roughly 36% of these projected scenarios, which is the irreducible variance of the game.
Step 4: Compare to the Old Normal Distribution Output
Under the pre-2026-05-02 Normal(scale=5.7) approximation, this same projection of 2.7 would have produced an over-1.5 probability of approximately 67-68% — about 3 percentage points higher. That sounds like a small change, but compounded across hundreds of HRR plays per season, it is the difference between a model that confidently reports 65%+ on plays that hit at 62% and a model whose stated probabilities match actual outcomes. The NegBin migration tightens calibration, which directly improves Kelly sizing and unit allocation.
6. Where the Edge Lives in HRR Betting
After all the math and feature engineering, the practical question is: which HRR plays are actually worth betting? The model output is a starting point — the real edge comes from identifying the picks where multiple independent factors point in the same direction.
Confluence Is the Edge
HRR projections tend to cluster — at any given slate, the model produces a tier of 15-20 hitters with over-1.5 probabilities between 56% and 62%. Most of those plays are profitable in expectation but small. The real edges come from confluent picks where three independent signals align:
Player's team is ML-favored
Favored teams score more runs and produce more PAs for the top of the order. A favored offense typically generates 4.7+ runs vs. an underdog's 4.0, which boosts HRR opportunities for everyone in the lineup.
Opposing starter is bottom-tier
A starter with 5.50+ ERA over his last 5, high WHIP (1.45+), and rising HR/9 is more exploitable than his season line suggests. The model weights rolling pitcher form heavily because performance trends are leading indicators.
Conditions favor offense
Warm temperature (80F+), wind blowing out at outdoor parks, hitter-friendly venue. Coors at altitude is an automatic boost; Wrigley with wind blowing out is a target. Domes neutralize weather but still respect park dimensions.
When all three align on a top-of-order or middle-of-order bat, the model produces 65-72% over-1.5 probabilities at -110 to -115 juice. These are the picks where HRR becomes a genuine cash-cow market. They appear several times per week during the season — not every day, but consistently enough to build a portfolio around.
The 'Elite Heuristic' Filter
On April 30, 2026, Prediction Engine deployed a three-pronged screen on top of the raw model output to surface the highest-conviction HRR plays. The filter requires:
Model conviction: Over-1.5 NegBin probability above 60%.
Hot hands: Last-5 HRR average above the player's rolling-10 average — confirming the player is in form, not regressing.
Weak pitcher aligned: Opposing starter rated bottom-tier in either ERA, WHIP, or recent HR/9.
Picks that clear all three flags are tagged as “elite” in the model output. On a typical day this surface 4-8 plays from a slate of 200+ projections. Solving the “everyone bunched at the top” problem makes the model's output actionable rather than overwhelming.
Why Singles, Not Parlays
HRR singles are the most reliable expected value play. Parlaying multiple HRR overs sounds attractive — three legs at +100 each pays 7-to-1 — but the leg-by-leg correlation is not as low as books price it. When the same weather front sweeps multiple parks, multiple legs covary; when an unexpected bullpen game emerges, the entire leg slate shifts. Independent confluent singles, sized via fractional Kelly or flat units, produce smoother bankroll growth than HRR parlays. This is the documented #1 edge in the user's personal betting data — singles dominate parlays on long-run ROI.
7. Common HRR Pitfalls to Avoid
HRR looks deceptively simple, which is why most casual bettors misplay it consistently. Here are the three most common traps and how to recognize them.
Pitfall 1: Chasing Hot Streaks Blind
A player who is 9-for-his-last-15 with three multi-HRR games feels like an automatic over. The trap is ignoring the matchup. A red-hot bat facing a Cy Young-caliber starter (Skubal, Skenes, Sale) is not a good HRR bet — the pitcher quality dominates the recent batter form. The model assigns roughly 16% feature importance to opposing pitcher individual stats specifically because pitcher quality is one of the strongest signals on any given night.
The correct framing: hot streaks help, but they only matter when paired with a favorable matchup. A hot bat against a weak starter is the elite play. A hot bat against an ace is closer to a coinflip with juice — typically negative EV at -115.
Pitfall 2: Ignoring Opposing Pitcher Recent Form
Season ERA is a lagging indicator. A pitcher with a 3.50 season ERA who has allowed 12 earned runs across his last two starts is not a 3.50 ERA pitcher tonight — he is a struggling pitcher whose season number has not caught up to recent form yet. Books often price props using season-level pitcher stats because that is what their templates use, which means recent-form deltas are systematically underweighted.
Always cross-check the opposing starter's last 5 starts before betting an HRR over. If his last 5 ERA is 2+ points higher than his season ERA, the matchup is more exploitable than the line suggests. The model captures this through rolling pitcher features, but a quick manual sanity check on the boxscore page never hurts.
Pitfall 3: The Bounce-Back Overlay Trap
A player who has gone 0-fer in two consecutive games “feels due” for a big game. There is a small statistical reality to this — players coming off multiple zero-HRR games do hit at slightly elevated rates the next day, which the model captures through the “zero-HRR games in last 5” feature. But the effect is roughly 2-3 percentage points, not enough to overcome a bad matchup.
The trap is taking the over on a struggling player against a strong pitcher purely because they are due. The matchup still dominates. Only bet the bounce-back angle when the player is in a favorable matchup AND coming off multiple zeros — that double-edge is real. Without the matchup, the bounce-back signal is noise.
Pitfall 4: Betting HRR on Bench / Platoon Hitters
Books occasionally post HRR lines on hitters who are not confirmed in tonight's lineup. Limits are typically lower on these props because the books themselves are uncertain whether the player will start. Even if the line looks juicy, the variance from a possible bench scratch is enormous — a player who pinch-hits once for a single AB has almost no path to over 1.5 HRR.
Always verify the lineup is confirmed before betting HRR. Prediction Engine's prop pages only display lines for confirmed-lineup hitters specifically to avoid this trap. Roughly 19% of model defaults on weather and probable starters happen because cron timing precedes lineup hydration — the late-day refresh is what delivers actionable HRR projections, not the morning run.
HRR edges multiply when the opposing starter is bottom-tier. Check tonight's pitcher strikeout projections and rolling form before placing HRR overs.
View Pitcher Projections8. Frequently Asked Questions
What does HRR stand for in baseball?
HRR stands for Hits + Runs + RBIs — a combined stat line that sums a single player's hits, runs scored, and runs batted in for one game. It is offered as a single over/under prop at almost every major sportsbook (Hard Rock Bet, FanDuel, DraftKings, BetMGM, Caesars). The standard line is O/U 1.5, meaning you bet whether the player will accumulate 2 or more total hits, runs, and RBIs combined in tonight's game.
Why is the HRR line set at 1.5?
The 1.5 line produces the most balanced action of any HRR threshold. League-wide, lineup regulars accumulate 2+ HRR in roughly 50-55% of games. That near-coinflip base rate lets sportsbooks price both sides close to even money (typically -115/-105), which generates more two-way betting volume than juiced lines. The 1.5 line is also where the structural edge for analytical bettors is largest — small accuracy improvements above 52.4% breakeven translate directly to profit because the juice is low.
How is HRR different from individual hits, runs, or RBI props?
Individual hit/run/RBI props are typically offered at O/U 0.5, where the over implies “did the player do it at all tonight?” Books charge -180 to -250 on the over because the base rate is 65-70% on hits and 40% on runs/RBIs. After vig, expected value is near zero. HRR at 1.5 sits at a near-coinflip base rate and is priced near -110/-110, which is structurally cheaper for the bettor. Analytical edge translates to profit at HRR 1.5 in a way it does not at -250 hits 0.5.
Why does HRR use a Negative Binomial distribution and not Poisson?
HRR is overdispersed — its variance (~4.3) is roughly 2.06x its mean (~2.1). Poisson assumes variance equals mean, so applying it to HRR overestimates over probabilities at the 1.5 line by about 20%. The Negative Binomial distribution generalizes Poisson with a dispersion parameter (r=1.83 for HRR), correctly modeling the fat tails that come from combining three correlated stats. Prediction Engine switched to Negative Binomial CDF for the 1.5 line on May 2, 2026, replacing a Normal-distribution approximation that was too narrow at the critical threshold.
What is a good HRR projection to bet over 1.5?
A projected HRR of roughly 2.4 or higher typically clears 60% over-1.5 probability under Negative Binomial CDF, which is well above the -110 breakeven of 52.4%. A projection of 2.7 (e.g., Aaron Judge against a weak right-handed starter at Yankee Stadium) produces approximately 64% over-1.5 probability — a 12-point edge. Anything below 2.0 projected is generally an under candidate. The exact probability depends on the dispersion parameter and the calibrated standard deviation floor, not just the point projection.
Where does the edge live in HRR betting?
The biggest HRR edges come from confluence — when three independent signals align on the same play. (1) The player is on the moneyline-favored team, which boosts run-scoring opportunity. (2) The opposing starting pitcher is bottom-tier (high WHIP, high HR/9, recent struggles). (3) Conditions favor offense (warm temperatures, wind blowing out, hitter-friendly park). When all three align on a top-of-order or middle-of-order bat, the model produces 65-70% over-1.5 probabilities at -110 — multi-percentage-point structural edges that compound across a season.
What are the most common mistakes bettors make on HRR props?
Three traps recur. (1) Chasing hot streaks without checking the matchup — a player on a five-game heater facing a Cy Young-caliber starter is not a good HRR bet. (2) Ignoring the opposing pitcher's recent form. A pitcher who has allowed 12 runs in his last two starts is more exploitable than his season ERA suggests. (3) Bounce-back overlay traps — betting the over after a player has gone 0-fer in two straight games on the assumption they are “due.” Statistically, a recent zero-HRR streak modestly increases probability the next game, but not enough to overcome a bad matchup.
Do all sportsbooks offer HRR props?
Most major US sportsbooks offer HRR. Hard Rock Bet, FanDuel, DraftKings, BetMGM, Caesars, and BetRivers all post HRR lines daily during the MLB season. The market is most liquid for confirmed-lineup hitters batting 1-6 in the order; bench players and 7-9 hitters often have HRR lines pulled or limits reduced. HRR lines may not appear in standard odds APIs even when they are available on the sportsbook app, which creates an information barrier that keeps some analytical competition out of the market.
See tonight's HRR projections — every confirmed lineup, every line
Projected HRR values, Negative Binomial probabilities at 0.5/1.5/2.5/3.5, 10-game sparklines, and confluent-pick filtering. Updated 3x daily as lineups confirm. Top elite plays surfaced automatically.
Start your free 5-day trial