GET /api/bet_types/0f786f34-f95e-45ae-a637-6930911d0767/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0f786f34-f95e-45ae-a637-6930911d0767",
"match": "https://api-prod.gambitprofit.com/api/matches/4e748a5c-f2a8-48f8-ba45-4fcdc4fd194c/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-22T08:38:11.541234-04: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": "SEA",
"amount": 5773.0
},
{
"team": "TOR",
"amount": 4227.0
}
],
"expected_reward_tokens": 9467.72,
"profit_sb": -32.28,
"profit_sb_percentage": -0.34,
"recommended": false
},
"lines": [
{
"id": "f8029255-4e1b-445a-91d3-0db76afd2c26",
"gambit_id": "d2254cef-378f-47f8-bfcd-7ede5586d4a3",
"last_updated": "2023-07-23T21:58:27.343074-04:00",
"created_at": "2023-07-22T08:38:11.548869-04:00",
"name": "SEA",
"reward": "1.64000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f786f34-f95e-45ae-a637-6930911d0767/?format=api"
},
{
"id": "893e94e3-9f48-4658-8c3e-b52f2ef8f75f",
"gambit_id": "b1a04b5d-e9af-44e7-9651-82067386779f",
"last_updated": "2023-07-23T21:58:27.338662-04:00",
"created_at": "2023-07-22T08:38:11.544946-04:00",
"name": "TOR",
"reward": "2.24000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f786f34-f95e-45ae-a637-6930911d0767/?format=api"
}
]
}