GET /api/bet_types/5d2d2d7c-1b58-49a3-be45-df211ba112b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5d2d2d7c-1b58-49a3-be45-df211ba112b6",
"match": "https://api-prod.gambitprofit.com/api/matches/4f35f301-ebc9-4d89-9cce-a3171badfdda/?format=api",
"name": "Play the Odds",
"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": "DET",
"amount": 5301.0
},
{
"team": "SEA",
"amount": 4699.0
}
],
"expected_reward_tokens": 9116.06,
"profit_sb": 116.06,
"profit_sb_percentage": 1.29,
"recommended": true
},
"lines": [
{
"id": "b4b90f24-d62e-4da0-bc48-ada98d7398af",
"gambit_id": "2252740f-3433-4486-959b-4a6509fdd4f9",
"last_updated": "2022-09-01T10:42:01.088452-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "1.72000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d2d2d7c-1b58-49a3-be45-df211ba112b6/?format=api"
},
{
"id": "6eb96305-8555-4a1b-a6cd-e3dc9d19e7fb",
"gambit_id": "a830cf6f-5657-4e62-9c7b-f73eca3c4d10",
"last_updated": "2022-09-01T10:42:01.088819-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SEA",
"reward": "1.94000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d2d2d7c-1b58-49a3-be45-df211ba112b6/?format=api"
}
]
}