get_today_predictions()FREE
Model win/draw/win probabilities, devigged fair odds and identified edges for every fixture on the current board. · reads GET /api/v1/board
get_match_analysis()FREE
The full workspace for one fixture: model 1X2, fair line, recorded price movement, measured signals and the grounded team-news brief. · reads GET /api/v1/match/:id
get_team_form()FREE
Recent form, goals for/against, over-2.5 and both-teams-scored rates from the engine's own results archive. · reads GET /api/v1/match/:id → team block
get_market_value()FREE
Where a captured bookmaker price diverges from the devigged fair line. A mispricing claim about the price — never a claim about the result. · reads GET /api/v1/board → edge/fair
get_user_bets()PRO
The signed-in member's tracked fixtures (their watchlist) and alerts — the basis for Portfolio mode. Scoped to that member; never anyone else's data. · reads platform: the member's own watchlist (tracked fixtures) + alert history
Tools, not raw database. The analyst only ever calls these read-only feeds — it never sees the platform database, API keys, model weights or another member's data, and it cannot place or price a bet. Answers are grounded in what these return, or it says it can't.