# OnBetStopFixture

This message determines whether you can place a bet on a certain fixture or not.

*MessageType: onbetstopfixture*

Here is a sample JSON payload on what you should expect to receive on your end:

<details>

<summary>Sample Payload</summary>

```
{
    "sportId": 137,
    "fixtureSpecifier": "sr:match:48597309",
    "isBetStop": true,
    "timeStampSent": 1710487391740,
    "timeStampReceived": 1710487391819,
    "raw": "\u003C?xml version=\u00221.0\u0022 encoding=\u0022UTF-8\u0022 standalone=\u0022yes\u0022?\u003E\u003Cbet_stop groups=\u0022all\u0022 product=\u00221\u0022 event_id=\u0022sr:match:48597309\u0022 timestamp=\u00221710487391740\u0022/\u003E"
}
```

</details>

Properties:

| Name                      | Type   | Description                                                                    |
| ------------------------- | ------ | ------------------------------------------------------------------------------ |
| sportId                   | int    | Unique id of a sport.                                                          |
| fixtureSpecifier          | string | Unique id of the fixture.                                                      |
| isBetStop                 | bool   | Determines whether you can place a bet or not                                  |
| timeStampSent             | long   | epoch timestamp on when the message was sent by the provider                   |
| timeStampReceived         | long   | epoch timestamp on when our service received the message from the provider     |
| setActiveMarketToInactive | bool   | Determines whether the status of the active markets should be set to inactive. |


---

# 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://flyingcockatoo.gitbook.io/odds-feed-documentation/odds-feed-integration/message-types/onbetstopfixture.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.
