# Bet365 Summary

## Introduction

It covers all markets/odds that you can find in Bet365 website.

## InPlay

use [Bet365 InPlay Events](/bet365-api/bet365-inplay-events.md) or [Bet365 InPlay Filter](/bet365-api/bet365-inplay-filter.md) to get the FI.

then call [Bet365 Inplay Odds](/bet365-api/bet365-inplay-odds.md) with that FI to get all markets/odds.

## Prematch

use [Bet365 Upcoming Events](/bet365-api/bet365-upcoming-events.md) to get the **id** (which is FI)

then call [Bet365 PreMatch Odds](/bet365-api/bet365-prematch-odds.md) with the id to get prematch markets/odds.

Note PreMatch Odds won't be updated once it enters into INPLAY.


---

# Agent Instructions: 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:

```
GET https://1394697259.gitbook.io/bet365-api/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
