๐ŸŽŸ๏ธ event

{
  "id":"EVNT_G6JvTtYoTriXos41COV2Qw",
  "sportsdataioId":"22558",
  "sportradarId":"b87a1595-d3c8-48ea-8a53-0aab6378a64a",
  "oddsjamId": "28014-42288-2020-07-07",
  "sportId":"SPRT_soccer",
  "sport":"Soccer",
  "leagueId":"LGUE_542b6c4f1c7f4a0da7154747c76e7340",
  "league":"England - Premier League",
  "name":"Chelsea FC @ Crystal Palace FC",
  "nameSpecial":null,
  "startTime":"2020-07-07T17:00:00Z",
  "startDate":"2020-07-07",
  "contestantAway": {
    "id":"TEAM_904c0a29860c431dae234a0553dfc988",
    "fullName":"Chelsea Football Club"
  },
  "contestantHome": {
    "id":"TEAM_9dafc6fb538f4d36b5c3cec514359939",
    "fullName":"Crystal Palace Football Club"
  },
  "neutralVenue":false
}

Endpoints

๐Ÿ“œ events list

๐Ÿ”Ž event detail

id (string)

A unique identifier representing the event. Each event id will start with the unique character set EVNT_.


sportsdataioId (string)

A unique identifier corresponding to the event in the sportsdata.io database.


oddsjamId (string)

A unique identifier coresponding to the event in the oddsjam database.


sportradarId (string)

A unique identifier coresponding to the event in the sportradar database. This will be null unless you provide your API keys for this third party provider.


sportId (string)

The SharpSports Sport ID associated with the event.


sport (string)

A string representation of the sport associated with the event.


leagueId (string)

The SharpSports League ID associated with the event.


league (string)

A representation of the league where the event is taking place. In the case of non-sporting events this will be the associated governing body or null.


name (string)

The name will represent the description of the event. For head to head matchups, this will be <away> @ <home> or <player/team1> vs. <player/team2>. '@' represents a game with a home advantage, and vs. represents a neutral location match. For tournaments and other events that have more than two competitors, name will represent the Proper name of the event i.e. The Masters 2023.


nameSpecial (string)

If the event is a head to head matchup, but is also known by another name then nameSpecial will contain that description. For instance, once the SuperBowl contestants are known the 'name' would be 'team 1' vs 'team 2' but nameSpecial would be 'SuperBowl 52'. In the case of futures (when a bet is made without a head to head mathcup) both the 'name' and 'nameSpecial' field will represent the Proper name of the event. For instance, if a bettor wagers that the Packers will win the SuperBowl before the matchup is known, then the 'name' and 'nameSpecial' fields will be 'SuperBowl 52'.


startTime (datetime)

The scheduled start time for the event.


startDate (date)

The scheduled start date for the event.


contestantAway (object)

An object containing the SharpSports ID and full name of the team or player designated as "away" in the event.


contestantHome (object)

An object containing the SharpSports ID and full name of the team or player designated as "home" in the event.


neutralVenue (boolean)

Indicates whether the event takes place at a venue that is not the venue of contestantHome.