GET /api/bet_types/7cc8da61-17c9-45fa-8105-6dbd986e999e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7cc8da61-17c9-45fa-8105-6dbd986e999e",
"match": "https://api-prod.gambitprofit.com/api/matches/60e37407-a37f-4a2f-a55a-03ed98e41edf/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-18T12:12:01.835906-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": "KAN",
"amount": 5867.0
},
{
"team": "TEX",
"amount": 4133.0
}
],
"expected_reward_tokens": 9504.54,
"profit_sb": 4.54,
"profit_sb_percentage": 0.05,
"recommended": true
},
"lines": [
{
"id": "32a74f9a-4ddd-4d77-afe1-6a0181061c9f",
"gambit_id": "8635bcee-7c0f-49ac-840a-3635997a42a9",
"last_updated": "2023-04-19T13:47:13.619927-04:00",
"created_at": "2023-04-18T12:12:01.837448-04:00",
"name": "KAN",
"reward": "1.62000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cc8da61-17c9-45fa-8105-6dbd986e999e/?format=api"
},
{
"id": "7058cbc8-ecd5-494e-aeb4-c4430a3577ca",
"gambit_id": "f37d8ef2-80c4-4a62-abc5-cb0d44597291",
"last_updated": "2023-04-19T13:47:13.626489-04:00",
"created_at": "2023-04-18T12:12:01.839130-04:00",
"name": "TEX",
"reward": "2.30000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cc8da61-17c9-45fa-8105-6dbd986e999e/?format=api"
}
]
}