GET /api/bet_types/5d503785-e691-4f79-81c5-13b9ac32db33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5d503785-e691-4f79-81c5-13b9ac32db33",
"match": "https://api-prod.gambitprofit.com/api/matches/f3b390ae-9481-43da-9079-d99329240e3e/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-12T10:17:05.644930-04: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": "SEA",
"amount": 6359.0
},
{
"team": "CHC",
"amount": 3641.0
}
],
"expected_reward_tokens": 9538.5,
"profit_sb": 38.5,
"profit_sb_percentage": 0.41,
"recommended": true
},
"lines": [
{
"id": "4f24dec9-47ad-4079-9d25-b9578b754941",
"gambit_id": "61cb42c2-0387-46b4-875f-75c1955cbc29",
"last_updated": "2023-04-13T11:07:19.447935-04:00",
"created_at": "2023-04-12T10:17:05.650721-04:00",
"name": "SEA",
"reward": "1.50000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d503785-e691-4f79-81c5-13b9ac32db33/?format=api"
},
{
"id": "231b8a0c-26e8-48ba-a8fb-dbf46ac4116d",
"gambit_id": "544a4f73-92fa-4c71-95b5-834d09d2a06b",
"last_updated": "2023-04-13T11:07:19.446667-04:00",
"created_at": "2023-04-12T10:17:05.647707-04:00",
"name": "CHC",
"reward": "2.62000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d503785-e691-4f79-81c5-13b9ac32db33/?format=api"
}
]
}