GET /api/bet_types/f12df37a-f537-4a55-8ee7-70cc43502ce2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f12df37a-f537-4a55-8ee7-70cc43502ce2",
"match": "https://api-prod.gambitprofit.com/api/matches/243ea0b3-54a0-4fd0-b729-7858018ed0f2/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-28T08:48:02.832104-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": 5512.0
},
{
"team": "WAS",
"amount": 4488.0
}
],
"expected_reward_tokens": 9424.8,
"profit_sb": -75.2,
"profit_sb_percentage": -0.79,
"recommended": false
},
"lines": [
{
"id": "739d6799-7822-43b0-8ef8-3b6bb04b0041",
"gambit_id": "df47c567-66c2-44df-9729-bb530e85cbf1",
"last_updated": "2023-06-29T18:03:04.394722-04:00",
"created_at": "2023-06-28T08:48:02.836499-04:00",
"name": "SEA",
"reward": "1.71000",
"odds": "1.74070",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f12df37a-f537-4a55-8ee7-70cc43502ce2/?format=api"
},
{
"id": "ba241e49-f253-4607-b88a-18028e1a05a0",
"gambit_id": "8e78077a-e687-4850-8924-089c20452818",
"last_updated": "2023-06-29T18:03:04.392782-04:00",
"created_at": "2023-06-28T08:48:02.834414-04:00",
"name": "WAS",
"reward": "2.10000",
"odds": "2.15000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f12df37a-f537-4a55-8ee7-70cc43502ce2/?format=api"
}
]
}