GET /api/bet_types/b60defaf-c749-4272-967a-e4cb3bb7c56c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b60defaf-c749-4272-967a-e4cb3bb7c56c",
"match": "https://api-prod.gambitprofit.com/api/matches/a6018d14-6f29-4802-a3bb-acc0aa02dad5/?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": "Dallas Mavericks",
"amount": 5000.0
},
{
"team": "Portland Trail Blazers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "6713fc70-466f-49ff-a148-cf89c374f6ac",
"gambit_id": "f7591b44-601d-4983-8021-4e22880b6a73",
"last_updated": "2022-11-14T11:28:15.013651-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Mavericks",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b60defaf-c749-4272-967a-e4cb3bb7c56c/?format=api"
},
{
"id": "21ce5e59-5d74-42c2-8418-4bccb8bbb13e",
"gambit_id": "127a1fb4-3adc-4dc2-8f38-351be9b988f8",
"last_updated": "2022-11-14T11:28:15.014581-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Portland Trail Blazers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b60defaf-c749-4272-967a-e4cb3bb7c56c/?format=api"
}
]
}