GET /api/bet_types/dc1da5f8-5c46-40fe-a60c-3e87f38c14b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc1da5f8-5c46-40fe-a60c-3e87f38c14b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/85b7ec18-3bbb-4815-ab22-ec3577af0397/?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": "Utah",
                "amount": 6025.0
            },
            {
                "team": "USC",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "be0acada-b9a8-4c26-871f-fb4d24c7095e",
            "gambit_id": "c2f54b49-06e1-4a84-b468-08c5cfb52c36",
            "last_updated": "2022-10-17T10:01:53.574474-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc1da5f8-5c46-40fe-a60c-3e87f38c14b1/?format=api"
        },
        {
            "id": "dd49df67-8697-4dac-a952-9c14ee29d94f",
            "gambit_id": "cb7f3729-d0f0-49a5-a2ac-3fdf595257c1",
            "last_updated": "2022-10-17T10:01:53.575437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc1da5f8-5c46-40fe-a60c-3e87f38c14b1/?format=api"
        }
    ]
}