GET /api/bet_types/d3ae231b-154f-40d9-b8f3-b97788834256/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d3ae231b-154f-40d9-b8f3-b97788834256",
"match": "https://api-prod.gambitprofit.com/api/matches/80e32394-26bf-4be9-a0b8-ba10d48df54f/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-09T11:16:57.765218-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": "Brooklyn Nets",
"amount": 5000.0
},
{
"team": "Chicago Bulls",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "a26ff584-4b11-484b-9200-dd3a50a9f290",
"gambit_id": "2351abad-d507-4cc9-8ee9-f95da0b14380",
"last_updated": "2023-02-10T09:37:27.881606-05:00",
"created_at": "2023-02-09T11:16:57.766576-05:00",
"name": "Brooklyn Nets",
"reward": "1.87000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3ae231b-154f-40d9-b8f3-b97788834256/?format=api"
},
{
"id": "f93d6684-0a39-48d8-9d1c-6b749f34bdb8",
"gambit_id": "0f0bf3df-de2b-4633-adc2-128246b46c01",
"last_updated": "2023-02-10T09:37:27.882809-05:00",
"created_at": "2023-02-09T11:16:57.768279-05:00",
"name": "Chicago Bulls",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3ae231b-154f-40d9-b8f3-b97788834256/?format=api"
}
]
}