GET /api/bet_types/3cdca69f-54fa-47d1-bf62-54d4e3a77f65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3cdca69f-54fa-47d1-bf62-54d4e3a77f65",
"match": "https://api-prod.gambitprofit.com/api/matches/a663c072-8716-4027-abfd-866760c3b3e4/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-07T09:27:13.267990-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": "CIN",
"amount": 5512.0
},
{
"team": "PHI",
"amount": 4488.0
}
],
"expected_reward_tokens": 9424.8,
"profit_sb": -75.2,
"profit_sb_percentage": -0.79,
"recommended": false
},
"lines": [
{
"id": "97e9e0b2-2930-4042-b9fc-763a36fd6ffe",
"gambit_id": "60c06272-e0be-4a1f-8741-ffb0a3e8020b",
"last_updated": "2023-04-08T15:51:50.229546-04:00",
"created_at": "2023-04-07T09:27:13.272137-04:00",
"name": "CIN",
"reward": "1.71000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cdca69f-54fa-47d1-bf62-54d4e3a77f65/?format=api"
},
{
"id": "205e7b42-67d2-4b29-8a67-c068334ac230",
"gambit_id": "e53a24d3-3137-48ac-9908-f46a157fc5e2",
"last_updated": "2023-04-08T15:51:50.227355-04:00",
"created_at": "2023-04-07T09:27:13.269964-04:00",
"name": "PHI",
"reward": "2.10000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cdca69f-54fa-47d1-bf62-54d4e3a77f65/?format=api"
}
]
}