SportsGameOdds · Schema

SportsGameOdds Market

A betting market type defining how a wager can be placed on a sporting event

Sports BettingOddsSports DataFantasy SportsGambling

Properties

Name Type Description
marketId string Unique market identifier
name string Human-readable market name
description string Detailed description of the betting market
betType string Category of bet type
period string Game period this market applies to
sports array Sports this market is available for
leagues array Specific leagues this market is available for
View JSON Schema on GitHub

JSON Schema

sportsgameodds-market-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://sportsgameodds.com/schemas/market",
  "title": "SportsGameOdds Market",
  "description": "A betting market type defining how a wager can be placed on a sporting event",
  "type": "object",
  "required": ["marketId", "name", "betType"],
  "properties": {
    "marketId": {
      "type": "string",
      "description": "Unique market identifier"
    },
    "name": {
      "type": "string",
      "description": "Human-readable market name",
      "examples": ["Full Game Moneyline", "First Half Spread", "Player Passing Yards"]
    },
    "description": {
      "type": "string",
      "description": "Detailed description of the betting market"
    },
    "betType": {
      "type": "string",
      "enum": ["moneyline", "spread", "total", "prop"],
      "description": "Category of bet type"
    },
    "period": {
      "type": "string",
      "description": "Game period this market applies to",
      "enum": ["full_game", "first_half", "second_half", "first_quarter", "second_quarter", "third_quarter", "fourth_quarter", "overtime"]
    },
    "sports": {
      "type": "array",
      "description": "Sports this market is available for",
      "items": {
        "type": "string"
      },
      "examples": [["football"], ["basketball"], ["football", "basketball"]]
    },
    "leagues": {
      "type": "array",
      "description": "Specific leagues this market is available for",
      "items": {
        "type": "string"
      }
    }
  }
}

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/sportsgameodds-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.