GET /api/bet_types/e2cbcbb9-2043-45b9-ba62-c4483500b0ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2cbcbb9-2043-45b9-ba62-c4483500b0ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8b250ce-8c42-4d2c-a8fa-a820b62d7691/?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": "ATL (C Morton)",
                "amount": 5455.0
            },
            {
                "team": "NYM (C Bassitt)",
                "amount": 4545.0
            }
        ],
        "expected_reward_tokens": 9544.5,
        "profit_sb": 44.5,
        "profit_sb_percentage": 0.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "2455e8d0-6330-462c-91f5-225add15b996",
            "gambit_id": "47d46463-98af-44d3-8468-d84066a93262",
            "last_updated": "2022-10-03T09:47:09.086081-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (C Morton)",
            "reward": "1.75000",
            "odds": "1.79370",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2cbcbb9-2043-45b9-ba62-c4483500b0ea/?format=api"
        },
        {
            "id": "1977fb56-cf91-4eb7-8b3b-729be64bc641",
            "gambit_id": "ed82d598-2992-4eb3-8a9e-ce6a202a60de",
            "last_updated": "2022-10-03T09:47:09.084996-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Bassitt)",
            "reward": "2.10000",
            "odds": "2.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2cbcbb9-2043-45b9-ba62-c4483500b0ea/?format=api"
        }
    ]
}