> 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/ufc-betbuilder/fixture-availability.md).

# Fixture Availability

**SportCast recommends using PUSH messaging, to determine fixture status and availability.**

Clients should open up a secure https URL endpoint that SportCast can push JSON messages to. These messages include information about whether a fixture is live and open for betting or not, as well as a series of additional informational fields that will assist with fixture mapping.

*In the Fixture Update message, SportCast can provide several 'out-of-the-box' solutions for fixture mapping purposes. Industry-standard fixture IDs can be added, to allow for quick and easy pairing on the client side. These include:*

* BetGenius ID
* BetRadar ID
* BetFair ID

*SportCast can also open up a custom API endpoint for clients to map their own IDs, which can then be sent back to the client in all subsequent messaging.*

<figure><img src="/files/JuZkUGM1HzVTWWNRQ0LY" alt=""><figcaption></figcaption></figure>

**Fixture Update messages are sent every time the MatchState of a fixture is changed. This allows clients to quickly add or remove a fixture from betting:**

* "MatchState": 1, = Disabled
* "MatchState": 2, = Enabled

An example Fixture Update message is seen below:

<figure><img src="/files/8qBuIzMQBrASq5Tq6UxG" alt=""><figcaption></figcaption></figure>


---

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

```
GET https://docs.sportradar.com/ufc-betbuilder/fixture-availability.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.
