--- license: cc-by-4.0 language: - en pretty_name: SmartStake MLB Lineup Reactions (2026) tags: - sports-betting - sports-analytics - mlb - baseball - odds - player-props - lineups size_categories: - 10M=1pt implied-prob move after the post SELECT event_id, engine, min(offset_sec) AS move_off FROM seq WHERE offset_sec >= 0 AND prev IS NOT NULL AND abs(1/odds - 1/prev) >= 0.01 GROUP BY 1, 2) SELECT engine AS book, count(*) AS reactions, round(median(move_off)) AS median_seconds FROM firstmove GROUP BY 1 HAVING reactions > 300 ORDER BY median_seconds """).df()) ``` The full study centres each book against the field per event to strip coverage and polling-cadence bias; this pooled version is a directional first look. Writeup: https://smartstake.app/learn/mlb-lineup-drops ## Provenance, license, and responsible use Odds were collected from public sportsbook and exchange feeds. Released under CC BY 4.0 for research and educational use. This dataset is informational and historical: past prices do not predict future outcomes, and betting carries risk of loss. Not affiliated with any sportsbook. 21+. ## Citation > SmartStake (2026). SmartStake MLB Lineup Reactions (2026). Hugging Face.