Score Probabilities (market-implied)
score_probMarket-implied correct-score probabilities for ONE football match — ONE call.
Inverts the de-vigged 1x2 (power de-vig) + totals prices into a bivariate-Poisson
(Dixon-Coles) score grid and returns the top-K scorelines with probabilities, the
fitted goal rates (lambda_home/lambda_away), and how much probability mass the list
covers. The asian-handicap fair price is held out of the fit and reported as
``ah_ev_check`` (≈0 means the three markets are internally consistent). This is the
market's own distribution, never an InferSports prediction. Football only, one match
per call.
Args:
query: natural-language fixture, e.g. "Mexico vs South Africa" or a single team.
sport: optional filter; only "football" is supported by this tool.
date: optional UTC date "YYYY-MM-DD" to disambiguate same-name fixtures.
top: how many scorelines to return (default 5, max 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| date | No | ||
| query | Yes | ||
| sport | No |