GET /api/bet_types/c63b69f0-f7c2-4d06-a299-2d5867e5ccf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c63b69f0-f7c2-4d06-a299-2d5867e5ccf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/6eb8c0c5-344e-4326-84a1-27690da1b0b1/?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": "Tampa Bay Buccaneers",
                "amount": 5302.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 4698.0
            }
        ],
        "expected_reward_tokens": 9066.42,
        "profit_sb": 66.42,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "28d42769-2a85-4865-b1ab-a95811347b64",
            "gambit_id": "e4807c0d-2be7-4992-8691-468214ae8e85",
            "last_updated": "2022-09-26T10:07:19.671516-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.71000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63b69f0-f7c2-4d06-a299-2d5867e5ccf3/?format=api"
        },
        {
            "id": "8bcd2ed9-4f9e-43c9-a619-d43b12b17b60",
            "gambit_id": "7db74f6f-f1ef-4f9a-9e03-25930fb4b527",
            "last_updated": "2022-09-26T10:07:19.672653-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63b69f0-f7c2-4d06-a299-2d5867e5ccf3/?format=api"
        }
    ]
}