Endpoint

This endpoint returns probabilities for a sports event's specific market with specifiers.

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

specifier

Required

The specifier value

Example: total=2.5

Market probabilities with specifiers

get

Get probabilities for a sport event's specific market with specifiers. 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.

specifierstringRequired

The Specifier value

Responses
200

successful operation

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

Last updated

Was this helpful?