GET /api/bet_types/56819d72-7fbe-48f5-b83b-d9804b2b4e6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56819d72-7fbe-48f5-b83b-d9804b2b4e6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0b942a3-b43a-4a4d-91e7-d4f107aa3512/?format=api",
    "name": "Pick the Winner",
    "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": "Milwaukee Bucks",
                "amount": 7873.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2127.0
            }
        ],
        "expected_reward_tokens": 9209.91,
        "profit_sb": 209.91,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "38d33bc4-c253-4d19-a57e-47d5cc963ee6",
            "gambit_id": "9daabd9a-1982-486a-876f-08fe7e01005e",
            "last_updated": "2022-12-06T09:57:02.081749-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.17000",
            "odds": "1.19610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56819d72-7fbe-48f5-b83b-d9804b2b4e6c/?format=api"
        },
        {
            "id": "3dd1e5c6-af0f-49d8-9ced-c560926cd353",
            "gambit_id": "be692045-c3e3-4d32-99e0-74fbc406ed9e",
            "last_updated": "2022-12-06T09:57:02.080746-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "4.33000",
            "odds": "4.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56819d72-7fbe-48f5-b83b-d9804b2b4e6c/?format=api"
        }
    ]
}