squiggle_tips
Retrieve model tips for an AFL game: predicted winner, margin, confidence percentage, and whether the tip was correct after the game.
Instructions
What each model tipped for a game: winner, predicted margin, confidence %, and — for played games — whether it was right.
Returns: {tips:[{gameid, round, year, date, source, sourceid, hteam, hteamid, ateam, ateamid, tip, tipteamid, margin, confidence, hconfidence, hmargin, correct, bits, err, updated}]} — confidence is a %, bits is the model's information score, correct is null until played
Example: Every model's tips for round 1, 2026 {"q": "tips", "year": 2026, "round": 1}
Auth: none needed.
Also answers this: apisports_football_predictions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Leave as-is. | tips |
| game | No | Tips for one game id (every model's view of it). | |
| year | No | Season. | |
| round | No | Round. Strongly recommended — a whole season is ~100 KB. | |
| source | No | Only this model's tips (id from squiggle_sources). | |
| complete | No | 100 = only games already played (so `correct` is meaningful). |