GET /api/bet_types/9fc882c3-b777-4669-95eb-5b41e8583305/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9fc882c3-b777-4669-95eb-5b41e8583305",
"match": "https://api-prod.gambitprofit.com/api/matches/e67c60e1-6c17-401f-b505-7de4d945c636/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-11T09:38:22.262730-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": "CLE",
"amount": 5319.0
},
{
"team": "TAM",
"amount": 4681.0
}
],
"expected_reward_tokens": 9361.44,
"profit_sb": -138.56,
"profit_sb_percentage": -1.46,
"recommended": false
},
"lines": [
{
"id": "cc17c2ee-f2ad-4103-8809-06fc74e14c3c",
"gambit_id": "6b85faeb-10b0-4840-ab02-4077373a240b",
"last_updated": "2023-08-12T18:18:08.185199-04:00",
"created_at": "2023-08-11T09:38:22.268089-04:00",
"name": "CLE",
"reward": "1.76000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fc882c3-b777-4669-95eb-5b41e8583305/?format=api"
},
{
"id": "5fac31fc-abb8-42ac-928b-17ba16bfecbb",
"gambit_id": "f9f354af-23a3-4def-b441-2f460ce38afb",
"last_updated": "2023-08-12T18:18:08.205488-04:00",
"created_at": "2023-08-11T09:38:22.275011-04:00",
"name": "TAM",
"reward": "2.00000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fc882c3-b777-4669-95eb-5b41e8583305/?format=api"
}
]
}