SportsDataIO · Schema
BettingEntityMetadataCollection
Sports DataStatisticsLive ScoresFantasy SportsOddsNFLNBAMLBNHLSoccer
Properties
| Name | Type | Description |
|---|---|---|
| BettingBetTypes | array | The list of the bet types that can be found within a market |
| BettingMarketTypes | array | A list of the possible Market Types within a Betting Event (e.g. Game Line, Team prop, Player Future, etc.) |
| BettingPeriodTypes | array | A list of the possible BettingPeriodTypes (e.g. Full Game; 1st-5th Inning; 1st Inning) |
| BettingEventTypes | array | A list of the possible BettingEventTypes (e.g. Game, Future) |
| BettingOutcomeTypes | array | A list of the possible BettingOutcomeTypes (e.g. Home; Away; Under; Over) |
| ResultedMarketMetaData | array | A list of the combinations of MarketType, BetType, & PeriodType which we willl provide automated resulting for |
| BettingResultTypes | array | A list of the possible BettingResultTypes (e.g. Win; Loss; Push; Not Resulted; Incomplete) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BettingEntityMetadataCollection",
"title": "BettingEntityMetadataCollection",
"properties": {
"BettingBetTypes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BettingEntityMetadata"
},
"description": "The list of the bet types that can be found within a market"
},
"BettingMarketTypes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BettingEntityMetadata"
},
"description": "A list of the possible Market Types within a Betting Event (e.g. Game Line, Team prop, Player Future, etc.)"
},
"BettingPeriodTypes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BettingEntityMetadata"
},
"description": "A list of the possible BettingPeriodTypes (e.g. Full Game; 1st-5th Inning; 1st Inning)"
},
"BettingEventTypes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BettingEntityMetadata"
},
"description": "A list of the possible BettingEventTypes (e.g. Game, Future)"
},
"BettingOutcomeTypes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BettingEntityMetadata"
},
"description": "A list of the possible BettingOutcomeTypes (e.g. Home; Away; Under; Over)"
},
"ResultedMarketMetaData": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BettingResultingMetadata"
},
"description": "A list of the combinations of MarketType, BetType, & PeriodType which we willl provide automated resulting for"
},
"BettingResultTypes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BettingEntityMetadata"
},
"description": "A list of the possible BettingResultTypes (e.g. Win; Loss; Push; Not Resulted; Incomplete)"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sportsdataio-bettingentitymetadatacollection"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.