GET /api/bet_types/409ebef4-b388-4fe9-b42a-1cc4ea72fca9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "409ebef4-b388-4fe9-b42a-1cc4ea72fca9",
    "match": "https://api-prod.gambitprofit.com/api/matches/77032f9b-df75-47f5-8477-d93d806c0ca1/?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 (B Snell)",
                "amount": 5561.0
            },
            {
                "team": "STL (M Mikolas)",
                "amount": 4439.0
            }
        ],
        "expected_reward_tokens": 9231.26,
        "profit_sb": 231.26,
        "profit_sb_percentage": 2.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "db4a8784-e7b1-4f6e-8da5-be0527d02ea0",
            "gambit_id": "8d0c50de-3d2e-4e3e-9c0f-9ca249752c60",
            "last_updated": "2022-09-22T14:57:18.770656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (B Snell)",
            "reward": "1.66000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/409ebef4-b388-4fe9-b42a-1cc4ea72fca9/?format=api"
        },
        {
            "id": "2626c934-4bbf-41d0-8695-f20a23f44408",
            "gambit_id": "5c74abae-47fb-4638-80d2-9a8a9c640f31",
            "last_updated": "2022-09-22T14:57:18.771721-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (M Mikolas)",
            "reward": "2.08000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/409ebef4-b388-4fe9-b42a-1cc4ea72fca9/?format=api"
        }
    ]
}