GET /api/bet_types/8bcdeb4c-97cc-428f-a4a3-a1309d5693f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8bcdeb4c-97cc-428f-a4a3-a1309d5693f5",
"match": "https://api-prod.gambitprofit.com/api/matches/e6320b62-2880-48fa-a2a9-988de1c5e023/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-04T10:37:56.759742-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": "Milwaukee Bucks",
"amount": 5000.0
},
{
"team": "Philadelphia 76ers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "457630ca-8967-4e8e-8add-731c3cdc43be",
"gambit_id": "f0f59f12-99a4-478b-a4a4-cb65e9523d20",
"last_updated": "2023-03-06T10:32:11.209785-05:00",
"created_at": "2023-03-04T10:37:56.760906-05:00",
"name": "Milwaukee Bucks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bcdeb4c-97cc-428f-a4a3-a1309d5693f5/?format=api"
},
{
"id": "70287ff9-bf2f-4c28-b744-053f2e75808d",
"gambit_id": "3ce64544-76e9-4c1b-89a6-db3cf0b3f9dd",
"last_updated": "2023-03-06T10:32:11.211500-05:00",
"created_at": "2023-03-04T10:37:56.762113-05:00",
"name": "Philadelphia 76ers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bcdeb4c-97cc-428f-a4a3-a1309d5693f5/?format=api"
}
]
}