GET /api/bet_types/16947859-e1b4-4873-b5a4-b6ab3c2489fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16947859-e1b4-4873-b5a4-b6ab3c2489fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/245f0f1f-2282-458a-8283-837de1c3d234/?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": "Furia Esports",
                "amount": 7234.0
            },
            {
                "team": "Evil Geniuses",
                "amount": 2766.0
            }
        ],
        "expected_reward_tokens": 8823.54,
        "profit_sb": -176.46,
        "profit_sb_percentage": -1.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2f66955-7da5-481b-bd49-1cb63323dbc3",
            "gambit_id": "eebfb702-73e6-4ebf-9b91-60624b1695f0",
            "last_updated": "2022-09-26T10:37:09.154514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Furia Esports",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16947859-e1b4-4873-b5a4-b6ab3c2489fb/?format=api"
        },
        {
            "id": "b6a0ae92-6227-4bc3-9f43-18382a31cafd",
            "gambit_id": "262daebb-a275-4081-882a-f34e6323076e",
            "last_updated": "2022-09-26T10:37:09.153429-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Evil Geniuses",
            "reward": "3.19000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16947859-e1b4-4873-b5a4-b6ab3c2489fb/?format=api"
        }
    ]
}