> 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-inplay-odds-by-fixture-id.md).

# GET Inplay Odds by Fixture ID

### `GET` Inplay Odds by Fixture ID

```
https://soccer.sportmonks.com/api/v2.0/odds/inplay/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

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

```
https://soccer.sportmonks.com/api/v2.0/odds/inplay/fixture/11865351?api_token={API_TOKEN}
```

{% endtab %}

{% tab title="Response" %}

```javascript
 "data": [
        {
            "id": 1,
            "name": "3Way Result",
            "bookmaker": {
                "data": [
                    {
                        "id": 2,
                        "name": "bet365",
                        "odds": {
                            "data": [
                                {
                                    "order": "0",
                                    "label": "Midtjylland",
                                    "info": "Midtjylland",
                                    "value": "1.01",
                                    "american": -10000,
                                    "fractional": "1/100",
                                    "suspend": false,
                                    "description": "",
                                    "handicap": "",
                                    "last_update": {
                                        "date": "2019-07-12 19:03:28.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "order": "1",
                                    "label": "Draw",
                                    "info": "Draw",
                                    "value": "26.00",
                                    "american": 2500,
                                    "fractional": "25/1",
                                    "suspend": false,
                                    "description": "",
                                    "handicap": "",
                                    "last_update": {
                                        "date": "2019-07-12 19:03:28.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "order": "2",
                                    "label": "Esbjerg",
                                    "info": "Esbjerg",
                                    "value": "501.00",
                                    "american": 50000,
                                    "fractional": "500/1",
                                    "suspend": false,
                                    "description": "",
                                    "handicap": "",
                                    "last_update": {
                                        "date": "2019-07-12 19:03:28.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        },
        {
            "id": 28,
            "name": "Asian Handicap",
            "bookmaker": {
                "data": [
                    {
                        "id": 2,
                        "name": "bet365",
                        "odds": {
                            "data": [
                                {
                                    "order": "0",
                                    "label": "Midtjylland  0.0",
                                    "info": "Midtjylland  0.0",
                                    "value": "1.68",
                                    "american": -148,
                                    "fractional": "27/40",
                                    "suspend": false,
                                    "description": "(1-0) Midtjylland",
                                    "handicap": "0",
                                    "last_update": {
                                        "date": "2019-07-12 19:00:00.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "order": "1",
                                    "label": "Esbjerg  0.0",
                                    "info": "Esbjerg  0.0",
                                    "value": "2.25",
                                    "american": 125,
                                    "fractional": "5/4",
                                    "suspend": false,
                                    "description": "(1-0) Esbjerg",
                                    "handicap": "0",
                                    "last_update": {
                                        "date": "2019-07-12 19:00:00.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 %}
