> 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/support-and-history/archived/deprecated-uof-endpoints/elements/sport-event.md).

# Sport event

The sport event element identifies the match in a very similar way as the fixture element described in the page of the fixture end point: UOF - Fixture end point

Table below shows the attribute of the sport\_event element.

| Attribute        | Meaning                                                                                                                   | Possible values                                                                                                                                                                                                                                                      |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| id               | Unique identifier of the event                                                                                            | <p>Numeric string</p><p>Example:</p><ul><li>id = "sr:match:19096428"</li></ul>                                                                                                                                                                                       |
| scheduled        | When the specific match will start                                                                                        | <p>Date </p><p>Example:</p><ul><li>scheduled ="2019-10-23T00:00:00+00:00"</li></ul>                                                                                                                                                                                  |
| start\_time\_tbd | Specifies if the starting time is confirmed or not                                                                        | <ul><li>True</li><li>False</li></ul>                                                                                                                                                                                                                                 |
| liveodds         | Explain the situation of the liveodds for the match, if the match can be bought, booked or if it is not available at all. | <ul><li>BOOKABLE The match can be booked</li><li>BOOKED The match is booked</li><li>BUYABLE The match is bookable, if the client buys the proper package</li><li>NOT\_AVAILABLE Either the match does not exist, or the match is not visible by the client</li></ul> |
| next\_live\_time | <p><br></p>                                                                                                               | <p><br></p>                                                                                                                                                                                                                                                          |

```
 
```


---

# 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/support-and-history/archived/deprecated-uof-endpoints/elements/sport-event.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.
