GET /api/bet_types/db366ce4-1375-4233-b1d0-7c2040b6148b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db366ce4-1375-4233-b1d0-7c2040b6148b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9edb33c9-5461-4d58-9711-eafd990881ae/?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": "SDG (J Musgrove)",
                "amount": 5798.0
            },
            {
                "team": "STL (J Flaherty)",
                "amount": 4202.0
            }
        ],
        "expected_reward_tokens": 9160.36,
        "profit_sb": 160.36,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "073b6d92-1d1b-4246-8cc7-f4ce41d68556",
            "gambit_id": "fdcb2f64-c2a1-45e1-9f3c-fdf767e8ea93",
            "last_updated": "2022-09-23T10:22:09.699318-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db366ce4-1375-4233-b1d0-7c2040b6148b/?format=api"
        },
        {
            "id": "bf93d54a-05e4-4041-8936-41e110e6fe69",
            "gambit_id": "4027d856-f148-4da4-b13a-4dae138fd481",
            "last_updated": "2022-09-23T10:22:09.698217-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Flaherty)",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db366ce4-1375-4233-b1d0-7c2040b6148b/?format=api"
        }
    ]
}