GET /api/bet_types/1e03afb9-5c78-48aa-8f04-3a8998aaad45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1e03afb9-5c78-48aa-8f04-3a8998aaad45",
"match": "https://api-prod.gambitprofit.com/api/matches/08adba43-4549-4715-a394-856e43ab4316/?format=api",
"name": "Play the Odds",
"created_at": "2023-10-27T09:07:57.837633-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": "ARI",
"amount": 5788.0
},
{
"team": "TEX",
"amount": 4212.0
}
],
"expected_reward_tokens": 9434.44,
"profit_sb": -65.56,
"profit_sb_percentage": -0.69,
"recommended": false
},
"lines": [
{
"id": "49f3e236-eceb-4b91-a046-c3ef321fd8e9",
"gambit_id": "71ac0423-73ff-4e5f-b139-554647c434cb",
"last_updated": "2023-10-28T10:27:56.509262-04:00",
"created_at": "2023-10-27T09:07:57.842168-04:00",
"name": "ARI",
"reward": "1.63000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e03afb9-5c78-48aa-8f04-3a8998aaad45/?format=api"
},
{
"id": "3dc03535-7e14-4604-8ec9-598be5252e53",
"gambit_id": "13bed808-4baf-401c-8d98-90aef6915ef9",
"last_updated": "2023-10-28T10:27:56.512536-04:00",
"created_at": "2023-10-27T09:07:57.847759-04:00",
"name": "TEX",
"reward": "2.24000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e03afb9-5c78-48aa-8f04-3a8998aaad45/?format=api"
}
]
}