GET /api/bet_types/45d41d97-8c91-479b-8b19-e79c31e7cad9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45d41d97-8c91-479b-8b19-e79c31e7cad9",
    "match": "https://api-prod.gambitprofit.com/api/matches/831cbae2-4830-48f5-8023-9287c1149028/?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": "MIL (C Burnes)",
                "amount": 6263.0
            },
            {
                "team": "ARI (M Bumgarner)",
                "amount": 3737.0
            }
        ],
        "expected_reward_tokens": 9267.76,
        "profit_sb": 267.76,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "0819beed-a529-4db3-93fd-01cbbd650e3c",
            "gambit_id": "a37a5ace-7e2e-4a42-b6d5-b380286c63f6",
            "last_updated": "2022-09-05T10:16:54.644539-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (C Burnes)",
            "reward": "1.48000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45d41d97-8c91-479b-8b19-e79c31e7cad9/?format=api"
        },
        {
            "id": "caab674a-c0ce-4b67-a154-bfde62378b70",
            "gambit_id": "190d91f2-09cb-4fb7-968a-e28b960bf156",
            "last_updated": "2022-09-05T10:16:54.643559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Bumgarner)",
            "reward": "2.48000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45d41d97-8c91-479b-8b19-e79c31e7cad9/?format=api"
        }
    ]
}