Market coverage
UK Odds API normalises 100 football markets into stable groups and keys, so your app can filter by category instead of brittle bookmaker labels.
Use the catalog endpoint
GET /v1/football/markets?group=player-markets&package=full
Clients can fetch all groups, or filter by group and package (`core` or
`full`) before requesting event odds with market_key.
Every group below is already normalised in the API catalog. Each row shows whether the market is available on package=core (Core) or needs package=full (Full).
Use `/v1/football/markets` for discovery, then filter fixture odds by `market_key` in production.