get_match_picks
Get all Statos betting picks for a single match by providing its match ID. Analyze predictions across every market in one result set.
Instructions
Fetch every suggestion the Statos engine has emitted for a single match. Useful for per-match analysis: 'what does Statos think about match X across every market?'. Returns the same BetSuggestion shape as list_picks but scoped to one match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes | Match ID (from a previous list_picks call's `match_id` field) to fetch picks for. |