GET /api/bet_types/32bef840-919c-4d58-8d10-186834a949ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32bef840-919c-4d58-8d10-186834a949ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8a63240-223f-4e67-a341-88b505dacc03/?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": "Utah",
                "amount": 5000.0
            },
            {
                "team": "Arizona State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "da66de7c-bc89-4841-af3c-029f2cd9e938",
            "gambit_id": "38c975c5-551f-4e83-a579-35963d144218",
            "last_updated": "2022-09-25T21:37:27.640354-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32bef840-919c-4d58-8d10-186834a949ed/?format=api"
        },
        {
            "id": "4c1cfaed-32ba-4cfa-afae-062fa8f0f50d",
            "gambit_id": "61dace47-d909-49d4-bbe9-234b0a48c8c1",
            "last_updated": "2022-09-25T21:37:27.639207-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32bef840-919c-4d58-8d10-186834a949ed/?format=api"
        }
    ]
}