GET /api/bet_types/6515af59-9a48-4cdc-9d42-48ce4dd02865/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6515af59-9a48-4cdc-9d42-48ce4dd02865",
"match": "https://api-prod.gambitprofit.com/api/matches/c0681abc-97c0-48f6-8ece-f7d63533eb8a/?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": "KAN",
"amount": 5501.0
},
{
"team": "CWS",
"amount": 4499.0
}
],
"expected_reward_tokens": 9131.66,
"profit_sb": 131.66,
"profit_sb_percentage": 1.46,
"recommended": true
},
"lines": [
{
"id": "88e469c6-8069-4cdd-b931-5324042931b2",
"gambit_id": "36fea5ec-d8c9-4bad-8a57-5c06795d02bb",
"last_updated": "2022-09-02T09:07:07.864317-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "KAN",
"reward": "1.66000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6515af59-9a48-4cdc-9d42-48ce4dd02865/?format=api"
},
{
"id": "f0de5261-c3f3-41ae-ab59-cd7e3e0f1126",
"gambit_id": "c19609c0-c5e4-4b43-9733-290e07759a48",
"last_updated": "2022-09-02T09:07:07.863836-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CWS",
"reward": "2.03000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6515af59-9a48-4cdc-9d42-48ce4dd02865/?format=api"
}
]
}