GET /api/bet_types/9e8e8661-fec4-41b9-a01e-9f2be9a0e8ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9e8e8661-fec4-41b9-a01e-9f2be9a0e8ed",
"match": "https://api-prod.gambitprofit.com/api/matches/8028f2f7-0599-43a6-80d5-eab4e6f2f930/?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": "Memphis Grizzlies",
"amount": 5000.0
},
{
"team": "Atlanta Hawks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "b07ae47a-19ae-4d24-8525-7ea4237e63f7",
"gambit_id": "ca727f1b-b5ab-47e6-9d77-21a17c933e96",
"last_updated": "2022-12-13T10:02:35.682050-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Memphis Grizzlies",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e8e8661-fec4-41b9-a01e-9f2be9a0e8ed/?format=api"
},
{
"id": "33e0ea62-434e-46fc-824b-32f8763c6262",
"gambit_id": "d3fd4d02-85d4-4454-9e69-8c27a9521ada",
"last_updated": "2022-12-13T10:02:35.683096-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Atlanta Hawks",
"reward": "1.80000",
"odds": "1.90910",
"spread": "9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e8e8661-fec4-41b9-a01e-9f2be9a0e8ed/?format=api"
}
]
}