Get pick performance history
kingsplaybook_get_pick_historyRetrieve posted game and player-prop picks for a date, including results and closing-line context, to backtest against the actual record.
Instructions
KingsPlaybook's publicly-posted picks for a date — game-market and player-prop — each with its result and closing-line context. Use this to backtest against the actual posted record. Requires a Premium plan.
Args: date ('YYYY-MM-DD'); optional type ('game' | 'prop', omit for both); optional sport (e.g. 'nba'). Returns JSON: { data: { game_picks: [...], prop_picks: [...] }, meta: { count, game_pick_count, prop_pick_count, date, ... } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Game date, ISO-8601 (YYYY-MM-DD) | |
| type | No | Filter to game-market or player-prop picks; omit for both | |
| sport | No | Optional sport filter, e.g. nba, mlb, nhl |