GET /api/bet_types/5a80277e-b7cb-4721-9756-b5ef648715fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5a80277e-b7cb-4721-9756-b5ef648715fe",
"match": "https://api-prod.gambitprofit.com/api/matches/ecab56c8-c66b-4ef4-9264-942b89abee05/?format=api",
"name": "Pick the Winner",
"created_at": "2023-01-23T09:11:56.927022-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": "Milwaukee Bucks",
"amount": 8207.0
},
{
"team": "Detroit Pistons",
"amount": 1793.0
}
],
"expected_reward_tokens": 9520.12,
"profit_sb": 20.12,
"profit_sb_percentage": 0.21,
"recommended": true
},
"lines": [
{
"id": "01c5a08f-b5cf-4260-842c-36b2be974b20",
"gambit_id": "d2ebfda4-5f04-4d20-a04d-2ff29ae54730",
"last_updated": "2023-01-24T09:41:53.663024-05:00",
"created_at": "2023-01-23T09:11:56.929530-05:00",
"name": "Milwaukee Bucks",
"reward": "1.16000",
"odds": "1.16670",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a80277e-b7cb-4721-9756-b5ef648715fe/?format=api"
},
{
"id": "682ab674-0900-4fdf-9c18-7203ddc7c332",
"gambit_id": "dc633064-793f-41d3-b03a-c4ec0a6076e1",
"last_updated": "2023-01-24T09:41:53.661836-05:00",
"created_at": "2023-01-23T09:11:56.928216-05:00",
"name": "Detroit Pistons",
"reward": "5.31000",
"odds": "5.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a80277e-b7cb-4721-9756-b5ef648715fe/?format=api"
}
]
}