GET /api/bet_types/f4d32589-e698-4424-83a6-d05015aadbde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f4d32589-e698-4424-83a6-d05015aadbde",
"match": "https://api-prod.gambitprofit.com/api/matches/50c216fa-4377-4e3d-94b2-7e8f506dccea/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-16T12:17:26.422871-04: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": "MIL",
"amount": 5688.0
},
{
"team": "SDG",
"amount": 4312.0
}
],
"expected_reward_tokens": 9442.08,
"profit_sb": -57.92,
"profit_sb_percentage": -0.61,
"recommended": false
},
"lines": [
{
"id": "f38461a6-13aa-43ea-a963-a97cd038634a",
"gambit_id": "261a6ab0-d89d-4294-b829-e12d4dca8396",
"last_updated": "2023-04-18T12:12:06.154201-04:00",
"created_at": "2023-04-16T12:17:26.427591-04:00",
"name": "MIL",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4d32589-e698-4424-83a6-d05015aadbde/?format=api"
},
{
"id": "a126b483-6f2c-4bad-9b61-3225dbe28cef",
"gambit_id": "40fabbd0-c0cd-4627-9d59-2162ad5f648a",
"last_updated": "2023-04-18T12:12:06.152931-04:00",
"created_at": "2023-04-16T12:17:26.425021-04:00",
"name": "SDG",
"reward": "2.19000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4d32589-e698-4424-83a6-d05015aadbde/?format=api"
}
]
}