Compare Lines
compare_linesCompare one market across all bookmakers for a match.
Returns each book's quote line-by-line, the consensus line, the best price per outcome, each
book's overround, and de-vigged fair odds from the sharpest (lowest-margin) book.
Args:
event_id: event id (e.g. "evt_…").
market_type: "1x2", "asian_handicap" (default) or "totals".
period: "full_time" (default) or "half_time".
format: display odds format (analytics are computed in decimal regardless).
verbosity: "full" (default) or "terse". "terse" drops the per-book ``books`` array (the bulk
of the payload) and returns only the worked answer (best_prices / consensus_line /
fair_odds / summary).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | decimal | |
| period | No | full_time | |
| event_id | Yes | ||
| verbosity | No | full | |
| market_type | No | asian_handicap |