---
title: "Matched plays"
method: GET
path: "/mm/get_matched_bets"
tags: ["play"]
deprecated: true
---

# Matched plays

`GET /mm/get_matched_bets`

> **Deprecated.**

Deprecated: duplicate of /v2/mm/get_wager_matching_detail. Please use /v2/mm/get_wager_matching_detail instead, which supports filtering by wager_ids and time range (from/to) with cursor pagination.

## Query parameters

- `next_cursor` string
- `limit` integer
- `to` integer
- `from` integer

## Response `200`

OK

- MarketMakerGetMatchedBetsResponse
  - `data` ContractGetMatchedBetsResponse
    - `matched_bets` ContractMatchedBet[]
      - `id` integer
      - `line` number
      - `matched_at` string
      - `odd` number
      - `profit` number
      - `stake` number
      - `status` string
      - `wager_id` string
      - `winning_status` string
    - `next_cursor` string
  - `last_synced_at` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/prophetx/apis/external-market-maker-api.md) · [All operations](https://skmtc.net/prophetx/apis/external-market-maker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prophetx/external-market-maker-api/versions/cf6d43de1db2/schema)
