> 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/player-markets.md).

# Player Markets

### Workbook index

| Tab        | Rows | Columns                                             |
| ---------- | ---- | --------------------------------------------------- |
| Markets    | 19   | Sport id, Market id, Market name                    |
| Tournament | 8    | Sports id, Tournament id, Location, Tournament name |

### Tables

{% tabs %}
{% tab title="Markets" %}

| Sport id     | Market id | Market name                                             |
| ------------ | --------- | ------------------------------------------------------- |
| 1            | 47        | Player To Score In Anytime                              |
| 1            | 881       | First Player To Score                                   |
| 1            | 882       | Last Player To Score                                    |
| 1            | 883       | Player To Score 2 Or More Goals                         |
| 1            | 884       | Player To Score 3 Or More Goals                         |
| 1            | 895       | Home Team - First Goalscorer                            |
| 1            | 897       | Away Team - First Goalscorer                            |
| 1            | 3043      | Player to Score in Anytime - Excluding Substitutes      |
| 1            | 3044      | First Player to Score - Excluding Substitutes           |
| 1            | 3045      | Last Player to Score - Excluding Substitutes            |
| 1            | 3046      | Player to Score 2 or More Goals - Excluding Substitutes |
| 1            | 3047      | Player to Score 3 or More Goals - Excluding Substitutes |
| 1            | 3048      | Home Team First Goalscorer - Excluding Substitutes      |
| 1            | 3049      | Away Team First Goalscorer - Excluding Substitutes      |
| 2            | 60        | Under/Over Player Points                                |
| 2            | 928       | Under/Over Player Assists                               |
| 2            | 929       | Under/Over Player Rebounds                              |
| 2            | 1240      | Player Double Double                                    |
| 2            | 1241      | Player Triple Double                                    |
| {% endtab %} |           |                                                         |

{% tab title="Tournament" %}

| Sport id      | Tournament id | Location      | Tournament name       |
| ------------- | ------------- | ------------- | --------------------- |
| 1             | 1164          | Italy         | Serie A               |
| 1             | 1130          | Spain         | LaLiga                |
| 1             | 1005          | England       | Premier League        |
| 1             | 1274          | France        | Ligue 1               |
| 1             | 1268          | Germany       | Bundesliga            |
| 1             | 28104         | International | 2026 FIFA World Cup   |
| 1             | 1180          | International | UEFA Champions League |
| 2             | 1296          | United States | NBA                   |
| {% endtab %}  |               |               |                       |
| {% endtabs %} |               |               |                       |


---

# 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/player-markets.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.
