GET /api/bet_types/c008c5fb-3db7-409f-8dcc-60832987f9bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c008c5fb-3db7-409f-8dcc-60832987f9bd",
"match": "https://api-prod.gambitprofit.com/api/matches/73aa7e7a-597d-4d71-83b5-17ee6321471b/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Detroit Red Wings",
"amount": 5208.0
},
{
"team": "Anaheim Ducks",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "dea225d5-d7de-4dbd-83ef-3e6dcd6cd643",
"gambit_id": "c79ae841-18ad-4137-8b87-b64bad01ec97",
"last_updated": "2022-11-16T09:47:32.586766-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Detroit Red Wings",
"reward": "1.73000",
"odds": "1.83330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c008c5fb-3db7-409f-8dcc-60832987f9bd/?format=api"
},
{
"id": "e35ade58-83eb-4a31-a9a0-e199ff734331",
"gambit_id": "725c2aee-de57-4809-80b9-09c315d6ab9d",
"last_updated": "2022-11-16T09:47:32.585740-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Anaheim Ducks",
"reward": "1.88000",
"odds": "2.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c008c5fb-3db7-409f-8dcc-60832987f9bd/?format=api"
}
]
}