GET /api/bet_types/ed4a9532-8d4d-4a30-baa4-94ee343d74ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ed4a9532-8d4d-4a30-baa4-94ee343d74ff",
"match": "https://api-prod.gambitprofit.com/api/matches/2ede9f32-e028-4d27-96bd-dd1703670ec3/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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": "Marshall",
"amount": 5000.0
},
{
"team": "Georgia Southern",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "25f8582f-5bb0-42fd-a8fa-52a7c4dfe7c2",
"gambit_id": "b59b10ec-5f03-4541-8bba-3891bd8bb165",
"last_updated": "2022-11-21T09:58:08.286275-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Marshall",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4a9532-8d4d-4a30-baa4-94ee343d74ff/?format=api"
},
{
"id": "37e7b775-d475-4d98-abf0-2801afffe094",
"gambit_id": "e1d8dcbc-2f52-48a4-bb39-76473bb0db74",
"last_updated": "2022-11-21T09:58:08.285300-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia Southern",
"reward": "1.80000",
"odds": "1.90910",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4a9532-8d4d-4a30-baa4-94ee343d74ff/?format=api"
}
]
}