GET /api/bet_types/f74c9608-5d64-46d7-94c8-733292e292e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f74c9608-5d64-46d7-94c8-733292e292e3",
"match": "https://api-prod.gambitprofit.com/api/matches/7965afb5-5d53-46e1-8091-09757d1a1fb3/?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": 5499.0
},
{
"team": "TAM",
"amount": 4501.0
}
],
"expected_reward_tokens": 9182.04,
"profit_sb": 182.04,
"profit_sb_percentage": 2.02,
"recommended": true
},
"lines": [
{
"id": "d4236fe7-713a-4c60-90fb-4f6cbddcec72",
"gambit_id": "434d105d-5b73-404d-a5f0-9c4325fc21fa",
"last_updated": "2022-08-20T12:07:01.885887-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "KAN",
"reward": "1.67000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f74c9608-5d64-46d7-94c8-733292e292e3/?format=api"
},
{
"id": "ca6b2206-2de5-4a13-84b0-56242269e9c3",
"gambit_id": "9ca264bf-c026-4781-a46b-6d703b0ea27a",
"last_updated": "2022-08-20T12:07:01.885398-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "2.04000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f74c9608-5d64-46d7-94c8-733292e292e3/?format=api"
}
]
}