GET /api/bet_types/6ed56b82-68e5-47be-bdce-9d65440fc7b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6ed56b82-68e5-47be-bdce-9d65440fc7b4",
"match": "https://api-prod.gambitprofit.com/api/matches/4ca62da4-7a7a-4c73-8f04-94f1b6aaed9a/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-24T08:28:25.065349-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": "OAK",
"amount": 5773.0
},
{
"team": "CWS",
"amount": 4227.0
}
],
"expected_reward_tokens": 9467.72,
"profit_sb": -32.28,
"profit_sb_percentage": -0.34,
"recommended": false
},
"lines": [
{
"id": "3e0f8d00-a74a-410d-bc6a-f78e757c0a4c",
"gambit_id": "e3fe16e8-5d65-4878-bbad-ad81da97c48e",
"last_updated": "2023-08-25T19:03:03.723398-04:00",
"created_at": "2023-08-24T08:28:25.070410-04:00",
"name": "OAK",
"reward": "1.64000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed56b82-68e5-47be-bdce-9d65440fc7b4/?format=api"
},
{
"id": "6d61b445-7030-4509-9a8b-875f27324bf8",
"gambit_id": "93cb4b58-a473-4098-9ec8-49253ca052d4",
"last_updated": "2023-08-25T19:03:03.726751-04:00",
"created_at": "2023-08-24T08:28:25.075653-04:00",
"name": "CWS",
"reward": "2.24000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed56b82-68e5-47be-bdce-9d65440fc7b4/?format=api"
}
]
}