# Flex Score Markets

There is a special type of market called flex score markets. These are only offered live and are an alternative to correct score markets.&#x20;

The correct score markets have a fixed set of outcomes. If the score goes above the fixed set of outcomes the ordinary correct score market is deactivated. The flex score markets offer a set of outcomes based on the current score of the match, hence they are always available regardless of how many goals are scored.

These markets are displayed in the market description endpoint by having an extra \<attribute>-element with the name `is_flex_score`. For these markets, the proper outcome names are created by taking the current score and “adding” the listed outcome name to that score.&#x20;

{% hint style="success" %}
**For example:**

if the current score is 5:3 and the outcome name is 1:1. Betting on that outcome means betting on a final outcome of 6:4.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.sportradar.com/uof/data-and-features/markets-and-outcomes/market-types/flex-score-markets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
