get_tournament_odds
Footdigest: each team's chances of qualifying from the group stage, reaching the final, and winning the competition, from a seeded strength-aware Monte Carlo. Pass trials and seed to control and reproduce the run. Identify the competition by its slug (e.g. "world-cup-2026").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for reproducibility (default 42). | |
| trials | No | Simulated tournaments (default 10000, capped at 50000). | |
| competition | Yes | Competition slug, e.g. world-cup-2026. |