GET /api/bet_types/5ea65ea5-b942-4453-95a6-1cb1568d2eff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5ea65ea5-b942-4453-95a6-1cb1568d2eff",
"match": "https://api-prod.gambitprofit.com/api/matches/3e4ba37f-05b4-4a94-bc53-0bb1254961dc/?format=api",
"name": "Pick the Winner",
"created_at": "2023-01-12T08:42:16.916487-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": "Philadelphia 76ers",
"amount": 7833.0
},
{
"team": "Oklahoma City Thunder",
"amount": 2167.0
}
],
"expected_reward_tokens": 9164.61,
"profit_sb": 164.61,
"profit_sb_percentage": 1.83,
"recommended": true
},
"lines": [
{
"id": "fc072499-aed2-40c1-80e5-2ac37bcc1f23",
"gambit_id": "809221a2-77ab-46a5-aae0-acd298b3605f",
"last_updated": "2023-01-13T11:47:21.066259-05:00",
"created_at": "2023-01-12T08:42:16.917614-05:00",
"name": "Philadelphia 76ers",
"reward": "1.17000",
"odds": "1.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ea65ea5-b942-4453-95a6-1cb1568d2eff/?format=api"
},
{
"id": "85d54e6e-8705-408d-871f-283cd7570975",
"gambit_id": "5e392a73-cba9-40f1-b5c3-bfbb692bb4fb",
"last_updated": "2023-01-13T11:47:21.067315-05:00",
"created_at": "2023-01-12T08:42:16.918756-05:00",
"name": "Oklahoma City Thunder",
"reward": "4.23000",
"odds": "4.75000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ea65ea5-b942-4453-95a6-1cb1568d2eff/?format=api"
}
]
}