> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/uof/introduction/market-overview-uof-and-cb/markets/sport/soccer-markets.md).

# Soccer Markets

| ID | Market Name                             | Outcomes                                                                                                                                                      | Producers                                             | **Custom Bet**                                             | **Supplier**                | **Leagues / Tournaments** | **Additional info** |
| -- | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ---------------------------------------------------------- | --------------------------- | ------------------------- | ------------------- |
| 1  | 1x2                                     | <p>competitor1<br>draw<br>competitor2</p>                                                                                                                     | <p>Live Odds<br>Betradar Ctrl<br>Virtual football</p> | <ul><li>Live</li><li>Pre-match</li><li>Pre-built</li></ul> | <p>Sportadar<br>BetKing</p> | All                       |                     |
| 2  | To qualify                              | <p>competitor1<br>competitor2</p>                                                                                                                             | <p>Live Odds<br>Betradar Ctrl</p>                     | <p>Live<br>Pre-match<br>Pre-built</p>                      | <p>Sportadar<br>BetKing</p> | All                       |                     |
| 3  | Which team will win the final           | <p>competitor1<br>competitor2</p>                                                                                                                             | <p>Live Odds<br>Betradar Ctrl</p>                     | <p>Live<br>Pre-match<br>Pre-built</p>                      | Sportadar                   | All                       |                     |
| 4  | Which team will win the 3rd place final | <p>competitor1<br>competitor2</p>                                                                                                                             | <p>Live Odds<br>Betradar Ctrl</p>                     | <p>Live<br>Pre-match<br>Pre-built</p>                      | Sportadar                   | All                       |                     |
| 5  | Winning method                          | <p>competitor1 regular time<br>competitor2 regular time<br>competitor1 overtime<br>competitor2 overtime<br>competitor1 penalties<br>competitor2 penalties</p> | <p>Live Odds<br>Betradar Ctrl</p>                     | Live                                                       | Sportadar                   | All                       |                     |
| 6  | Which team kicks off                    | <p>competitor1<br>competitor2</p>                                                                                                                             | Live Odds                                             | Live                                                       | Sportadar                   | All                       |                     |
| 7  | Which team wins the rest of the match   | <p>competitor1<br>draw<br>competitor2</p>                                                                                                                     | Live Odds                                             | Live                                                       | Sportadar                   | All                       |                     |
| 8  | xth goal                                | <p>competitor1<br>none<br>competitor2</p>                                                                                                                     | <p>Live Odds<br>Betradar Ctrl<br>Virtual football</p> | Live                                                       | Sportadar                   | All                       |                     |


---

# 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://docs.sportradar.com/uof/introduction/market-overview-uof-and-cb/markets/sport/soccer-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.
