GET /api/bet_types/5cb62e74-0f4e-44db-bd59-88504145c36e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5cb62e74-0f4e-44db-bd59-88504145c36e",
"match": "https://api-prod.gambitprofit.com/api/matches/55713873-d3b5-44f6-8874-85fd903c0046/?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": "Baltimore Ravens",
"amount": 5672.0
},
{
"team": "New England Patriots",
"amount": 4328.0
}
],
"expected_reward_tokens": 9131.92,
"profit_sb": 131.92,
"profit_sb_percentage": 1.47,
"recommended": true
},
"lines": [
{
"id": "9a81dc33-2d20-43f7-9546-911901bb8f23",
"gambit_id": "cf6bcf37-93f6-41a3-a1df-250de39c54e1",
"last_updated": "2022-09-26T10:11:52.293198-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Baltimore Ravens",
"reward": "1.61000",
"odds": "1.68970",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cb62e74-0f4e-44db-bd59-88504145c36e/?format=api"
},
{
"id": "a79c59c3-05ad-40b9-b1f3-f9aafe34204b",
"gambit_id": "e0f920e0-6d7d-4133-86b3-ad0d8f62ae43",
"last_updated": "2022-09-26T10:11:52.292085-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New England Patriots",
"reward": "2.11000",
"odds": "2.25000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cb62e74-0f4e-44db-bd59-88504145c36e/?format=api"
}
]
}