GET /api/bet_types/dc102f2f-5095-4679-93c1-15eb56eb2556/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "dc102f2f-5095-4679-93c1-15eb56eb2556",
"match": "https://api-prod.gambitprofit.com/api/matches/1919f0b4-f6a4-4e8d-8046-3e5aa6fe4133/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-18T12:11:59.802580-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": "MIA",
"amount": 6163.0
},
{
"team": "SFO",
"amount": 3837.0
}
],
"expected_reward_tokens": 9552.65,
"profit_sb": 52.65,
"profit_sb_percentage": 0.55,
"recommended": true
},
"lines": [
{
"id": "cef15876-e246-4e8d-8eb6-0de61becd0c9",
"gambit_id": "a87cd742-63ca-4b34-a2e9-9bb52d32a09f",
"last_updated": "2023-04-19T17:22:14.506702-04:00",
"created_at": "2023-04-18T12:11:59.804750-04:00",
"name": "MIA",
"reward": "1.55000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc102f2f-5095-4679-93c1-15eb56eb2556/?format=api"
},
{
"id": "c3d53ad6-9ae2-4446-8661-810af300fa54",
"gambit_id": "f36185ca-e721-4503-9f49-eb633db5d1ba",
"last_updated": "2023-04-19T17:22:14.509611-04:00",
"created_at": "2023-04-18T12:11:59.806952-04:00",
"name": "SFO",
"reward": "2.49000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc102f2f-5095-4679-93c1-15eb56eb2556/?format=api"
}
]
}