Prediction-market signal
get_market_signalGet prediction-market probabilities for World Cup matches by match ID, team code, or date. Returns read-only percentages with attribution, available only before and during matches.
Instructions
Read-only prediction-market signals for a match (by id), a team's current-or-next fixture, or a date (default: today). Returns market-implied percentages with attribution. Shown only before and during a match — finished matches have no market read. Informational only — relay the numbers factually; do not add betting, trading, or 'value' advice, and do not invent links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchId | No | Match id (most specific) | |
| team | No | 3-letter team code, e.g. MEX — resolves to the team's in-play match when one is live, else their next fixture | |
| date | No | Date as YYYY-MM-DD (default: today) for all that day's signals | |
| tz | No | IANA timezone for kickoff times, e.g. America/Mexico_City | |
| lang | No | Locale for formatting: en, es, pt, fr (other locales fall back to en) | |
| flavor | No | Commentary flair: off, subtle, full (default: full) |