GET /api/bet_types/07bee934-ad87-4905-8c78-841eb49487b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "07bee934-ad87-4905-8c78-841eb49487b9",
"match": "https://api-prod.gambitprofit.com/api/matches/2239efdc-5f6e-4c8c-82e8-5ccd143e9ebb/?format=api",
"name": "Pick the Winner",
"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": "BYU",
"amount": 5580.0
},
{
"team": "Baylor",
"amount": 4420.0
}
],
"expected_reward_tokens": 9149.4,
"profit_sb": 149.4,
"profit_sb_percentage": 1.66,
"recommended": true
},
"lines": [
{
"id": "0c94d315-23d2-4882-ad8e-606f42c96d3c",
"gambit_id": "642446d7-e87e-4880-803d-bdc396120993",
"last_updated": "2022-09-11T09:52:32.206902-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BYU",
"reward": "1.64000",
"odds": "1.71430",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07bee934-ad87-4905-8c78-841eb49487b9/?format=api"
},
{
"id": "e35afd52-d25b-4d43-8883-97f35feeed3e",
"gambit_id": "d8450b68-2925-48cd-a1f4-bc2d045f7b78",
"last_updated": "2022-09-11T09:52:32.207905-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Baylor",
"reward": "2.07000",
"odds": "2.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07bee934-ad87-4905-8c78-841eb49487b9/?format=api"
}
]
}