GET /api/bet_types/a48f2bec-11ad-4ced-8792-80176352e7e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a48f2bec-11ad-4ced-8792-80176352e7e9",
"match": "https://api-prod.gambitprofit.com/api/matches/06dff5b2-5eb7-44a5-b65d-2d2793c233fb/?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": "Houston",
"amount": 5000.0
},
{
"team": "East Carolina",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "b5aadf6e-3b93-4c9c-8943-991adad7d6fd",
"gambit_id": "c5f80bd5-2592-4591-ad33-376576ffe654",
"last_updated": "2022-11-21T11:53:27.218701-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston",
"reward": "1.80000",
"odds": "1.90910",
"spread": "6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a48f2bec-11ad-4ced-8792-80176352e7e9/?format=api"
},
{
"id": "53a06831-08ad-4f8e-8e40-a8074531c563",
"gambit_id": "d7f2462e-b165-43a9-819b-002d0be17e7d",
"last_updated": "2022-11-21T11:53:27.217726-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "East Carolina",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a48f2bec-11ad-4ced-8792-80176352e7e9/?format=api"
}
]
}