All pages
Powered by GitBook
1 of 1

Loading...

GET Odds by Fixture ID

GET Odds by Fixture ID

https://soccer.sportmonks.com/api/v2.0/odds/fixture/{fixture_ID}

Endpoint details

Authorization

API Key

Pagination

NO

Allowed nested includes

0

Parameters

No parameters available for this endpoint.

Include options

No includes available for this endpoint.

Example response

https://soccer.sportmonks.com/api/v2.0/odds/fixture/16475287?api_token={API_TOKEN}
    "data": [
        {
            "id": 1,
            "name": "3Way Result",
            "suspended": false,
            "bookmaker": {
                "data": [
                    {
                        "id": 2,
                        "name": "bet365",
                        "odds": {
                            "data": [
                                {
                                    "label": "1",
                                    "value": "1.05",
                                    "probability": "95.24%",
                                    "dp3": "1.050",
                                    "american": -2000,
                                    "factional": null,
                                    "winning": true,
                                    "handicap": null,
                                    "total": null,
                                    "bookmaker_event_id": null,
                                    "last_update": {
                                        "date": "2020-08-02 13:56:17.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "label": "X",
                                    "value": "13.00",
                                    "probability": "7.69%",
                                    "dp3": "13.000",
                                    "american": 1200,
                                    "factional": null,
                                    "winning": false,
                                    "handicap": null,
                                    "total": null,
                                    "bookmaker_event_id": null,
                                    "last_update": {
                                        "date": "2020-08-02 13:56:17.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "label": "2",
                                    "value": "23.00",
                                    "probability": "4.35%",
                                    "dp3": "23.000",
                                    "american": 2200,
                                    "factional": null,
                                    "winning": false,
                                    "handicap": null,
                                    "total": null,
                                    "bookmaker_event_id": null,
                                    "last_update": {
                                        "date": "2020-08-02 13:56:17.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                }
                            ]
                        }
                    },
                    {
                        "id": 27802,
                        "name": "Ladbrokes",
                        "odds": {
                            "data": [
                                {
                                    "label": "1",
                                    "value": "1.06",
                                    "probability": "94.34%",
                                    "dp3": "1.060",
                                    "american": -1667,
                                    "factional": null,
                                    "winning": true,
                                    "handicap": null,
                                    "total": null,
                                    "bookmaker_event_id": null,
                                    "last_update": {
                                        "date": "2020-08-02 14:57:51.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "label": "X",
                                    "value": "13.00",
                                    "probability": "7.69%",
                                    "dp3": "13.000",
                                    "american": 1200,
                                    "factional": null,
                                    "winning": false,
                                    "handicap": null,
                                    "total": null,
                                    "bookmaker_event_id": null,
                                    "last_update": {
                                        "date": "2020-08-02 14:57:51.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "label": "2",
                                    "value": "41.00",
                                    "probability": "2.44%",
                                    "dp3": "41.000",
                                    "american": 4000,
                                    "factional": null,
                                    "winning": false,
                                    "handicap": null,
                                    "total": null,
                                    "bookmaker_event_id": null,
                                    "last_update": {
                                        "date": "2020-08-02 14:57:51.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                }
                            ]
                        }
                    },

Check this endpoint in Postman.

Run in Postman