> For the complete documentation index, see [llms.txt](https://docs.sportmonks.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportmonks.com/v2/endpoint-overview/odds/get-odds-by-fixture-id-and-market-id.md).

# GET Odds by Fixture ID and Market ID

### `GET` Odds by Fixture ID and Market ID

```
https://soccer.sportmonks.com/api/v2.0/odds/fixture/{fixture_ID}/market/{market_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

{% tabs %}
{% tab title="Request" %}

```
https://soccer.sportmonks.com/api/v2.0/odds/fixture/16475287/market/1?api_token={API_TOKEN}
```

{% endtab %}

{% tab title="Response" %}

```javascript
"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"
                                    }
                                }
                            ]
                        }
                    },
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Check this endpoint in Postman.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://football-postman.sportmonks.com/#6c912f01-2439-464d-b900-27f6aaf6066e)
{% endhint %}
