settle_picks
Settle football picks against real scorelines to get per-pick outcomes and total results. Supports O/U, BTTS, 1X2, 2X2, and DC markets.
Instructions
Settle a list of picks against the real scorelines and return per-pick results plus totals.
Each pick: {"home": "...", "away": "...", "market": "O2.5", "odds": 1.75, "date": "2026-09-20"} Supported markets: O/U lines (1.0-4.5, quarter lines included), BTTS, 1X2, 2X2, DC. Team names are matched fuzzily against the day's fixtures, so slight spelling differences are fine.
Args: picks: list of picks, each needing home, away, market and odds date: fallback ISO date when a pick carries no date of its own
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| picks | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |