GET /api/bet_types/83c7758b-d826-487d-b977-d29dad3d2291/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83c7758b-d826-487d-b977-d29dad3d2291",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f2d0827-c73e-48c1-8fb8-18dec4aca495/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:07.384121-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": "Miami Heat",
                "amount": 7443.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2557.0
            }
        ],
        "expected_reward_tokens": 9154.06,
        "profit_sb": 154.06,
        "profit_sb_percentage": 1.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e5edafb-c7ca-47dd-bc44-d2f4f20b63d5",
            "gambit_id": "d9309efb-4df8-4dc7-b54c-16e7aa20d467",
            "last_updated": "2022-12-30T18:47:01.210576-05:00",
            "created_at": "2022-12-28T09:32:07.385377-05:00",
            "name": "Miami Heat",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83c7758b-d826-487d-b977-d29dad3d2291/?format=api"
        },
        {
            "id": "0587f9f2-6a7c-4821-890d-e4ddacbc503a",
            "gambit_id": "881a3fb6-e109-452c-bd0a-1e5778da3fc6",
            "last_updated": "2022-12-30T18:47:01.211608-05:00",
            "created_at": "2022-12-28T09:32:07.386741-05:00",
            "name": "Los Angeles Lakers",
            "reward": "3.58000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83c7758b-d826-487d-b977-d29dad3d2291/?format=api"
        }
    ]
}