changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "fixtures": {
+ "description": "One entry per fixture. Empty when nothing is scheduled in range — not an error.",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "id": {
+ "description": "Pass to get_fixture or get_fixture_movement.",
+ "type": "string"
+ },
+ "skipodds": {
+ "additionalProperties": true,
+ "description": "De-vigged probabilities for this market. Keys vary by sport: home/draw/away for team sports, p1/p2 for tennis and fights, players[] for golf.",
+ "properties": {
+ "books_surveyed": {
+ "description": "Distinct bookmaker brands averaged.",
+ "type": "integer"
+ },
+ "fair_odds": {
+ "description": "Decimal odds equivalent of each probability.",
+ "type": "object"
+ },
+ "margin_removed": {
+ "description": "Bookmaker margin stripped, as a decimal (0.052 = 5.2%).",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "status": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "fixtures"
+ ],
+ "type": "object"
+}