GET /api/bet_types/d8b1815a-9b3c-42de-af4e-309a8368faeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d8b1815a-9b3c-42de-af4e-309a8368faeb",
"match": "https://api-prod.gambitprofit.com/api/matches/16701828-cf46-4771-8ad6-be5d91cc0b21/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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 Giants",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "2a5c1b9b-5fb5-4690-b791-c602dded99c4",
"gambit_id": "f387b213-581b-40b8-a273-8542bac15394",
"last_updated": "2022-12-05T15:32:07.061552-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Commanders",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8b1815a-9b3c-42de-af4e-309a8368faeb/?format=api"
},
{
"id": "04d98ac0-2764-48b2-b20f-0b261fb1d576",
"gambit_id": "e550ff74-624b-44f4-9db7-1b0b430fb5bf",
"last_updated": "2022-12-05T15:32:07.060575-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Giants",
"reward": "1.80000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8b1815a-9b3c-42de-af4e-309a8368faeb/?format=api"
}
]
}