Golf Player Ids
The đ player list now includes all active amateur and pro golfers. Query the list filtering to sport=SPRT_golf
to see the full list.
Odds Feed
Using the prices=true
query param on any đˇī¸ MarketSelection endpoint will now return all main and alternate lines and odds on all supported sportsbooks.
Market Objects
The newly released đ Market object represents a market covered by SharpSports. For example, "Player Prop Total Assists".
Query Player and Team by Name String / Substring
The đ player list and đ team list endpoints are now queryable by name. These are non-case sensitive inputs that will list exact and partial matches.
Query MarketSelections List Endpoint by Sport, League and PositionID
The đ marketSelection list endpoint is now queryable by đ Sport , đī¸ League and PositionID.
Event Endpoints
Access đī¸ event objects using the đ events list or đ event detail endpoint. Previously, event objects were only available as serialized fields on the đ Bet and đˇī¸ MarketSelection objects. That is still the case, but it is now possible to query those objects directly.
PositionID Field added to Bet and MarketSelection Object
A positionId
field has been added to both đˇī¸ MarketSelection and đ Bet objects.
Standalone betPlace Links Parlay Support
You can now generate betPlace links for parlays, using an updated link structure.
Webhooks Log Endpoint
SharpSports now offers the ability to audit your missed webhooks with the đž logs endpoint.
Light and Dark Mode Options
Previously, you could set the UI mode to dark
, light
or system
in the dashboard, and it would apply to every linking session generated on an account.