GET /api/bet_types/5eb1ac9c-5100-4c93-aab1-572082b9446b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5eb1ac9c-5100-4c93-aab1-572082b9446b",
"match": "https://api-prod.gambitprofit.com/api/matches/98928933-1f2f-4fee-9a24-17c14b8c77aa/?format=api",
"name": "Play the Odds",
"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": "NYY",
"amount": 5313.0
},
{
"team": "OAK",
"amount": 4687.0
}
],
"expected_reward_tokens": 9138.36,
"profit_sb": 138.36,
"profit_sb_percentage": 1.54,
"recommended": true
},
"lines": [
{
"id": "5d0578d8-fe6d-474c-8dfa-04f3f0745c60",
"gambit_id": "a2a853e2-c64f-4f95-b27a-4d1c5f8f9dd3",
"last_updated": "2022-08-29T13:02:03.203213-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "1.72000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eb1ac9c-5100-4c93-aab1-572082b9446b/?format=api"
},
{
"id": "8b3860dc-8e24-4253-ad9b-7bc831230b54",
"gambit_id": "5bebd514-0579-46cd-9127-8c8b224d230b",
"last_updated": "2022-08-29T13:02:03.202780-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "OAK",
"reward": "1.95000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eb1ac9c-5100-4c93-aab1-572082b9446b/?format=api"
}
]
}