GET /api/bet_types/5af694d3-7d49-4a3d-b5a5-14674ff302c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5af694d3-7d49-4a3d-b5a5-14674ff302c8",
"match": "https://api-prod.gambitprofit.com/api/matches/a92de0f8-e0c7-4661-bf7e-53c84e7f026b/?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": "Miami Heat",
"amount": 5209.0
},
{
"team": "Chicago Bulls",
"amount": 4791.0
}
],
"expected_reward_tokens": 8959.17,
"profit_sb": -40.83,
"profit_sb_percentage": -0.45,
"recommended": false
},
"lines": [
{
"id": "2a2ab92d-f255-44ec-b2d9-6a5f251d199a",
"gambit_id": "1f1cd3dd-1bdb-4228-b64a-f859fc09f423",
"last_updated": "2022-12-21T10:36:57.140869-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Heat",
"reward": "1.72000",
"odds": "1.83330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af694d3-7d49-4a3d-b5a5-14674ff302c8/?format=api"
},
{
"id": "ab08ab92-42e4-4c03-9fb5-d8acac88ff93",
"gambit_id": "71f15196-5a5d-4dfe-ad94-986459c853f2",
"last_updated": "2022-12-21T10:36:57.141945-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Chicago Bulls",
"reward": "1.87000",
"odds": "2.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af694d3-7d49-4a3d-b5a5-14674ff302c8/?format=api"
}
]
}