# Bet365 (Australia) — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Browse available sports on bet365 Australia and retrieve current in-play markets with selections and odds across sports.

**Category:** Sports | **Website:** [bet365.com.au/](https://bet365.com.au/) | **Docs:** [parse.bot/marketplace/a1769206-733b-46eb-acc2-0942df518870/bet365-com-au-api](https://parse.bot/marketplace/a1769206-733b-46eb-acc2-0942df518870/bet365-com-au-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-bet365-com-au-api-a1769206/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_live_games

Get all live and upcoming betting markets with odds across all sports from bet365 Australia. Returns selections with their current odds, handicap values, and fixture identifiers. Results represent a point-in-time snapshot of all available markets; the set changes frequently as fixtures start, end, and odds move.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-bet365-com-au-api-a1769206/get_live_games \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_sports_list

Get list of all available sports and navigation categories on bet365 Australia. Returns sport names with their internal path data and icon identifiers. The list is relatively stable but may vary as seasonal sports rotate in and out.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-bet365-com-au-api-a1769206/get_sports_list \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
