GET /api/bet_types/2ba2ce15-be05-4958-8a3c-558357bf4f2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2ba2ce15-be05-4958-8a3c-558357bf4f2b",
"match": "https://api-prod.gambitprofit.com/api/matches/e1dcb03a-18ea-4a4c-8b91-4dfe5f420d50/?format=api",
"name": "Pick the Winner",
"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": "Phoenix Suns",
"amount": 6778.0
},
{
"team": "Houston Rockets",
"amount": 3222.0
}
],
"expected_reward_tokens": 9150.3,
"profit_sb": 150.3,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "7af12e46-ee33-47d7-bf20-6580d35de3cb",
"gambit_id": "45804fc4-8031-4de3-8960-41c055b7c22f",
"last_updated": "2022-12-14T10:22:17.159523-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Phoenix Suns",
"reward": "1.35000",
"odds": "1.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ba2ce15-be05-4958-8a3c-558357bf4f2b/?format=api"
},
{
"id": "9e719c6e-dc8c-4a06-93fe-02132062a84b",
"gambit_id": "f06ccfe3-9bdf-42a2-a34d-7f31fe7c85fa",
"last_updated": "2022-12-14T10:22:17.158397-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston Rockets",
"reward": "2.84000",
"odds": "3.10000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ba2ce15-be05-4958-8a3c-558357bf4f2b/?format=api"
}
]
}