mlb_game_win_probability
Track win probability for each at-bat in an MLB game, including leverage index, to see how each play shifts each team's chances.
Instructions
Win-probability time series for a game — WP after each play, with leverage index.
Returns: [{atBatIndex, homeTeamWinProbability, awayTeamWinProbability, leverageIndex, homeTeamWinProbabilityAdded}] (top-level array)
Auth: none needed.
Also answers this: espn_core_call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gamePk | Yes | Game id. Required — part of the URL path. | |
| timecode | No | Point-in-time snapshot (YYYYMMDD_HHMMSS). |