The Rundown · Schema

Market

Market definition. The `line_value_is_participant` flag indicates whether the line value represents a participant name (true) or a numeric value like a spread/total (false).

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
id integer
name string
description string
short_description string
line_value_is_participant boolean If true, the line "value" field is a participant name rather than a numeric line
proposition boolean Whether this is a proposition/prop market
period_id integer Associated period. 0=Full Game, 1=1st Half, 2=2nd Half, 3-6=Quarters/periods, 7=Live Full Game, 13-18=Live periods. For tennis, 3/4 represent prematch Set 1/Set 2 and 15/16 represent live Set 1/Set 2.
live_variant_id integer ID of the live/in-play variant of this market
updated_at string
View JSON Schema on GitHub

JSON Schema

therundown-market-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/Market",
  "title": "Market",
  "type": "object",
  "description": "Market definition. The `line_value_is_participant` flag indicates whether the line value represents a participant name (true) or a numeric value like a spread/total (false).\n",
  "properties": {
    "id": {
      "type": "integer",
      "example": 1
    },
    "name": {
      "type": "string",
      "example": "Money Line"
    },
    "description": {
      "type": "string"
    },
    "short_description": {
      "type": "string"
    },
    "line_value_is_participant": {
      "type": "boolean",
      "description": "If true, the line \"value\" field is a participant name rather than a numeric line"
    },
    "proposition": {
      "type": "boolean",
      "description": "Whether this is a proposition/prop market"
    },
    "period_id": {
      "type": "integer",
      "nullable": true,
      "description": "Associated period. 0=Full Game, 1=1st Half, 2=2nd Half, 3-6=Quarters/periods, 7=Live Full Game, 13-18=Live periods. For tennis, 3/4 represent prematch Set 1/Set 2 and 15/16 represent live Set 1/Set 2.\n"
    },
    "live_variant_id": {
      "type": "integer",
      "nullable": true,
      "description": "ID of the live/in-play variant of this market"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/therundown-market"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.