> For the complete documentation index, see [llms.txt](https://docs.thesports.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thesports.com/volleyball/odds-data/single-match-odds.md).

# Single match odds

## Single match odds

> Return the full odd change data of the completed historical match (used as a supplement)\<br/>Request limit: Matches within 30 days before today\<br/>\<br/>Request times: 120 times/min\<br/>\<br/>Remarks: \<br/>The odds change data are all obtained in the real-time odds interface, and the real-time odds interface returns the odds data of all competitions in the last 60s, which needs to be recorded locally\<br/>If the odds data acquisition is missing or not acquired, check the gaps through the single match odds interface

```json
{"openapi":"3.0.1","info":{"title":"Volleyball API","version":"1.0.250818"},"tags":[{"name":"ODDS DATA","description":"ODDS DATA"}],"servers":[{"url":"https://api.thesports.com"}],"paths":{"/v1/volleyball/odds/history":{"get":{"tags":["ODDS DATA"],"description":"Return the full odd change data of the completed historical match (used as a supplement)<br/>Request limit: Matches within 30 days before today<br/><br/>Request times: 120 times/min<br/><br/>Remarks: <br/>The odds change data are all obtained in the real-time odds interface, and the real-time odds interface returns the odds data of all competitions in the last 60s, which needs to be recorded locally<br/>If the odds data acquisition is missing or not acquired, check the gaps through the single match odds interface","summary":"Single match odds","operationId":"getOddsHistory","parameters":[{"$ref":"#/components/parameters/User"},{"$ref":"#/components/parameters/Secret"},{"name":"uuid","in":"query","description":"Match id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer"},"results":{"$ref":"#/components/schemas/OddsHistory"}}}}}},"404":{"$ref":"#/components/responses/404NotFound"}}}}},"components":{"parameters":{"User":{"name":"user","in":"query","description":"Username, please contact business","required":true,"schema":{"type":"string"}},"Secret":{"name":"secret","in":"query","description":"Key, please contact business","required":true,"schema":{"type":"string"}}},"schemas":{"OddsHistory":{"type":"object","properties":{"Company id":{"type":"object","description":"The key is the odds company id, see status code -> Odds Company ID for details","properties":{"asia":{"type":"array","description":"Asia compensation","items":{"$ref":"#/deps/schemas/OddsHistoryAs"}},"eu":{"type":"array","description":"Euro compensation","items":{"$ref":"#/deps/schemas/OddsHistoryEu"}},"bs":{"type":"array","description":"Size ball","items":{"$ref":"#/deps/schemas/OddsHistoryBs"}}}}}}},"responses":{"404NotFound":{"description":"Resource does not exist","content":{"application/json":{"schema":{"$ref":"#/common/schemas/ErrorMsg"}}}}}},"deps":{"schemas":{"OddsHistoryAs":{"type":"array","description":"Asia Compensation Data Description(Handicap: if it is positive, the home team will let the away team; if it is negative, the away team will let the home team)<br/>example: [1620237788, 1.666, -0.5, 2.1, 1]\n\n**Field definitions**\n\n| Index | Field | Type |\n| --- | --- | --- |\n| `0` | Change time | Integer |\n| `1` | Home win | Float |\n| `2` | Handicap | Float |\n| `3` | Away win | Float |\n| `4` | Whether to seal the disk: 0-No, 1-Yes | Integer |\n","items":""},"OddsHistoryEu":{"type":"array","description":"Euro Compensation Data Description<br/>example: [1620239397, 1.14, 0, 5.5, 0]\n\n**Field definitions**\n\n| Index | Field | Type |\n| --- | --- | --- |\n| `0` | Change time | Integer |\n| `1` | Home win | Float |\n| `2` | Draw | Float |\n| `3` | Away win | Float |\n| `4` | Whether to seal the disk: 0-No, 1-Yes | Integer |\n","items":""},"OddsHistoryBs":{"type":"array","description":"Size Ball Data Description<br/>example: [1620237394, 1.909, 35.5, 1.8, 0]\n\n**Field definitions**\n\n| Index | Field | Type |\n| --- | --- | --- |\n| `0` | Change time | Integer |\n| `1` | Over | Float |\n| `2` | Handicap | Float |\n| `3` | Under | Float |\n| `4` | Whether to seal the disk: 0-No, 1-Yes | Integer |\n","items":""}}},"common":{"schemas":{"ErrorMsg":{"type":"object","description":"abnormal","properties":{"code":{"type":"integer","description":"status code"},"msg":{"type":"string","description":"Error message"}}}}}}
```


---

# 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.thesports.com/volleyball/odds-data/single-match-odds.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.
