GET /api/bet_types/4c3a7260-56f0-4164-834e-5c2e5179a9fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c3a7260-56f0-4164-834e-5c2e5179a9fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/94600c49-db0c-4c2c-a14c-63cc091d1859/?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": "STL (A Wainwright)",
                "amount": 6875.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3125.0
            }
        ],
        "expected_reward_tokens": 9281.25,
        "profit_sb": 281.25,
        "profit_sb_percentage": 3.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "9017c672-7613-44c9-bc34-272ac8db7eeb",
            "gambit_id": "a9b495aa-c76a-40a9-a19e-e220d66760c2",
            "last_updated": "2022-09-09T16:11:55.340656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (A Wainwright)",
            "reward": "1.35000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c3a7260-56f0-4164-834e-5c2e5179a9fc/?format=api"
        },
        {
            "id": "6da262e3-bf30-4501-b9a3-8f8e3ae10749",
            "gambit_id": "957b8b58-12eb-4c89-92bb-df2c7ce5e780",
            "last_updated": "2022-09-09T16:11:55.341653-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (J Gray)",
            "reward": "2.97000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c3a7260-56f0-4164-834e-5c2e5179a9fc/?format=api"
        }
    ]
}