SportsDataIO · Schema

BettingResultingMetadata

Sports DataStatisticsLive ScoresFantasy SportsOddsNFLNBAMLBNHLSoccer

Properties

Name Type Description
BettingMarketTypeId integer The unique ID associated with the market type of the betting market
BettingBetTypeId integer The ID associated with the name of the bet type within a market
BettingPeriodTypeId integer The BettingPeriodTypeID of this market
View JSON Schema on GitHub

JSON Schema

sportsdataio-bettingresultingmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BettingResultingMetadata",
  "title": "BettingResultingMetadata",
  "properties": {
    "BettingMarketTypeId": {
      "type": "integer",
      "description": "The unique ID associated with the market type of the betting market"
    },
    "BettingBetTypeId": {
      "type": "integer",
      "description": "The ID associated with the name of the bet type within a market"
    },
    "BettingPeriodTypeId": {
      "type": "integer",
      "description": "The BettingPeriodTypeID of this market"
    }
  }
}