> For the complete documentation index, see [llms.txt](https://developer.aiodds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.aiodds.com/explore/data-coverage-dimensions.md).

# Data Coverage

> ***AiOdds opens the door to rich, global sports data coverage, spanning key sports, leagues, bookmakers, markets, and locations.***&#x20;

This guide helps customers quickly see where AiOdds can power their products, expand betting opportunities, and deliver the reliable, wide-ranging data foundation needed to build a stronger sportsbook.

### 1. Market

[View Market Types](https://docs.google.com/spreadsheets/d/1FdQc_mvWygaLWml362qqVlYcQWqiJYMVwhadLyoeZHI/edit?usp=sharing)

Each sport has unique rules, meaning each sport has different markets available. The spreadsheet above introduces the markets used by each sport, as well as a description of each market, including market format and settlement.

### 2. Bookmaker

[View Bookmakers Coverage tables](https://developer.aiodds.com/explore/data-coverage-dimensions/bookmakers-coverage)

Each bookmaker offers different dimensions. The tables above provide the types of sports covered by each.

#### 3. Tournament

[View Popular Tournaments tables](https://developer.aiodds.com/explore/data-coverage-dimensions/popular-matches)

Due to the large scale of the competition, we have selected the most popular segments, offering faster settlements and higher priority maintenance levels for these tournaments.

#### 4. Card Markets

[View Card Markets tables](https://developer.aiodds.com/explore/data-coverage-dimensions/card-markets)

The Card Market differs from other markets in that we have additional tournament restrictions. The tables above describe the types of Card Markets and the tournaments offered.

#### 5. Player Markets

[View Player Markets tables](https://developer.aiodds.com/explore/data-coverage-dimensions/player-markets)

The Player Market differs from other markets in that we have additional tournament restrictions. The tables above describe the types of Player Markets and the tournaments offered.

#### 6. Cricket Coverage

[View Cricket Coverage tables](https://developer.aiodds.com/explore/data-coverage-dimensions/cricket-coverage)

Unlike other sports, cricket has additional restrictions on tournaments. Currently, only tournaments specified in the tables above support full market settlement. Other tournaments only support the settlement of wins and losses for the entire match.

#### 7. Outrights

[View Outrights tables](https://developer.aiodds.com/explore/data-coverage-dimensions/outrights)

Outright markets focus on the long-term outcomes of a tournament or league season. The tables above detail the outright markets covered across various sports, along with a description of each market.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.aiodds.com/explore/data-coverage-dimensions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
