GET /api/bet_types/7b1c9041-cf4a-4dc0-af80-9b3204c030f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7b1c9041-cf4a-4dc0-af80-9b3204c030f1",
"match": "https://api-prod.gambitprofit.com/api/matches/911fe0d2-1135-4bd5-9de8-ed6896fde391/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-20T11:13:04.376412-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": "Washington Commanders",
"amount": 5000.0
},
{
"team": "New York Jets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "3c962266-9efe-4390-ac1d-96813926f73c",
"gambit_id": "8da39f65-3a63-4495-8913-36ac070deeaf",
"last_updated": "2023-12-26T20:13:06.762974-05:00",
"created_at": "2023-12-20T11:13:04.381432-05:00",
"name": "Washington Commanders",
"reward": "1.87000",
"odds": "1.90910",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b1c9041-cf4a-4dc0-af80-9b3204c030f1/?format=api"
},
{
"id": "956eaa82-aca8-4c6c-8f1d-254cca0bcd24",
"gambit_id": "c0d284d3-c519-499c-a0ba-cb66e2e5c41c",
"last_updated": "2023-12-26T20:13:06.766496-05:00",
"created_at": "2023-12-20T11:13:04.386520-05:00",
"name": "New York Jets",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b1c9041-cf4a-4dc0-af80-9b3204c030f1/?format=api"
}
]
}