GET /api/bet_types/e26c7d86-5af4-41ee-b629-de7141054cea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e26c7d86-5af4-41ee-b629-de7141054cea",
"match": "https://api-prod.gambitprofit.com/api/matches/3a65c117-4cf3-4c21-a413-59cf1b64432f/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-11T09:38:24.737112-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": "KAN",
"amount": 5688.0
},
{
"team": "STL",
"amount": 4312.0
}
],
"expected_reward_tokens": 9442.08,
"profit_sb": -57.92,
"profit_sb_percentage": -0.61,
"recommended": false
},
"lines": [
{
"id": "d535a46e-fcaf-4d64-86fe-a3cb1a193457",
"gambit_id": "3bae0e69-44e8-4520-8412-148ad2ade60a",
"last_updated": "2023-08-12T18:08:06.880933-04:00",
"created_at": "2023-08-11T09:38:24.753182-04:00",
"name": "KAN",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e26c7d86-5af4-41ee-b629-de7141054cea/?format=api"
},
{
"id": "cc7f2622-4a0b-4631-80e4-4f8bfa705eed",
"gambit_id": "863ca1dc-b935-480f-8c4e-89d5843a4ece",
"last_updated": "2023-08-12T18:08:06.877315-04:00",
"created_at": "2023-08-11T09:38:24.744847-04:00",
"name": "STL",
"reward": "2.19000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e26c7d86-5af4-41ee-b629-de7141054cea/?format=api"
}
]
}