Endpoint

This endpoint returns probabilities associated with a particular market within a sporting event. The probabilities could indicate the likelihood of various outcomes or results within that specific market.

Endpoint Parameters

Parameter

Description

Possible Values

urn_type

Required

The type of event to look up.

sr:match only

id

Required

The sport event ID to get probabilities for.

Example: 41507091

market_id

Required

The market ID to get probabilities for.

See Market descriptions endpoint for list of markets we offer

Market probabilities

get

Get probabilities for a sport event's specific market. Response is returned in XML format.

Authorizations
x-access-tokenstringRequired
Path parameters
urn_typestring · enumRequired

The event type you want to look up.

Possible values:
idintegerRequired

Get probabilities for the event ID.

market_idintegerRequired

The ID for the market.

Responses
200

successful operation

application/xml
get
/probabilities/{urn_type}:{id}/{market_id}

Last updated

Was this helpful?