GET /api/bet_types/77b030de-6796-4c0d-abac-c945232c074b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "77b030de-6796-4c0d-abac-c945232c074b",
"match": "https://api-prod.gambitprofit.com/api/matches/5d12a0aa-3bd1-4af1-8f92-daf2cf98335e/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-29T08:38:25.383184-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": "KAN",
"amount": 5421.0
},
{
"team": "CLE",
"amount": 4579.0
}
],
"expected_reward_tokens": 9432.54,
"profit_sb": -67.46,
"profit_sb_percentage": -0.71,
"recommended": false
},
"lines": [
{
"id": "8b41d01b-16c2-481f-a79d-34633b033aa1",
"gambit_id": "fc026ba2-c7a4-472f-8ff7-7d2f4447a2de",
"last_updated": "2023-06-30T09:23:26.713170-04:00",
"created_at": "2023-06-29T08:38:25.387760-04:00",
"name": "KAN",
"reward": "1.74000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77b030de-6796-4c0d-abac-c945232c074b/?format=api"
},
{
"id": "e7230690-1408-4679-b735-071dc36a1b2a",
"gambit_id": "dcf1b13a-4281-430f-9c75-637d28bcb7ba",
"last_updated": "2023-06-30T09:23:26.711425-04:00",
"created_at": "2023-06-29T08:38:25.385410-04:00",
"name": "CLE",
"reward": "2.06000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77b030de-6796-4c0d-abac-c945232c074b/?format=api"
}
]
}