GET /api/bet_types/ac57939f-1ed5-486c-be01-184365a0c88e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ac57939f-1ed5-486c-be01-184365a0c88e",
"match": "https://api-prod.gambitprofit.com/api/matches/d2edd171-8737-4ac7-878b-532b011242b3/?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": "Marshall",
"amount": 7829.0
},
{
"team": "UL Lafayette",
"amount": 2171.0
}
],
"expected_reward_tokens": 9551.38,
"profit_sb": 51.38,
"profit_sb_percentage": 0.54,
"recommended": true
},
"lines": [
{
"id": "50e70da2-29a6-4f5a-adad-4e984d49440f",
"gambit_id": "d61fe4d7-d96e-4f3d-bcf7-492527a4f865",
"last_updated": "2022-10-13T09:47:21.462786-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Marshall",
"reward": "1.22000",
"odds": "1.22220",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac57939f-1ed5-486c-be01-184365a0c88e/?format=api"
},
{
"id": "6c815c91-c48a-46cc-8ec5-5ecbeb224356",
"gambit_id": "58aed505-1a71-4867-9047-87a87b1de80f",
"last_updated": "2022-10-13T09:47:21.463785-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UL Lafayette",
"reward": "4.40000",
"odds": "4.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac57939f-1ed5-486c-be01-184365a0c88e/?format=api"
}
]
}