Get canonical game lines
kingsplaybook_get_linesRetrieve aggregated moneyline, spread, and total lines for NBA, MLB, or NHL games on a chosen date, compiled across tracked sportsbooks.
Instructions
KingsPlaybook's canonical game-market lines — moneyline, spread, and total — aggregated across tracked sportsbooks, per game on a league + date. Requires a Pro plan or higher.
Args: league ('nba' | 'mlb' | 'nhl'), date ('YYYY-MM-DD'). Returns JSON: { data: [ { event_id, home_team, away_team, markets: [ { market_type, selections: [ { selection, line, prices: [ { book, price, decimal } ] } ] } ] } ], meta }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Game date, ISO-8601 (YYYY-MM-DD) | |
| league | Yes | League: nba, mlb, or nhl |