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