GET /api/bet_types/be52db7e-52a8-4c48-bd61-8956f9619357/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "be52db7e-52a8-4c48-bd61-8956f9619357",
"match": "https://api-prod.gambitprofit.com/api/matches/0bb705d9-3b4b-48e2-957e-931672071166/?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": "BOS",
"amount": 6189.0
},
{
"team": "BAL",
"amount": 3811.0
}
],
"expected_reward_tokens": 9221.61,
"profit_sb": 221.61,
"profit_sb_percentage": 2.46,
"recommended": true
},
"lines": [
{
"id": "ae6435fd-057c-4097-97d6-35554d58bf5f",
"gambit_id": "4eca0709-d87c-4d6a-95e6-8e18c776d2e2",
"last_updated": "2022-09-10T22:02:26.163306-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BOS",
"reward": "1.49000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be52db7e-52a8-4c48-bd61-8956f9619357/?format=api"
},
{
"id": "9eb63d82-aa89-4d65-9409-6195d5941bae",
"gambit_id": "31e694a3-506b-49dd-ae6f-d7c833363b3d",
"last_updated": "2022-09-10T22:02:26.162148-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "2.42000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be52db7e-52a8-4c48-bd61-8956f9619357/?format=api"
}
]
}