GET /api/bet_types/e3e7577a-f7fc-458c-af69-7ab3d6e1ca91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3e7577a-f7fc-458c-af69-7ab3d6e1ca91",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bc79c2f-541c-4ec5-a309-4a3f2ab24306/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-27T18:02:12.811129-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": "Novak Djokovic",
                "amount": 7871.0
            },
            {
                "team": "Stefanos Tsitsipas",
                "amount": 2129.0
            }
        ],
        "expected_reward_tokens": 9366.49,
        "profit_sb": -133.51,
        "profit_sb_percentage": -1.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "6abf7680-4d79-488c-ab3a-fe80623c4039",
            "gambit_id": "893a1e22-c570-42ab-b45f-8edc4d395e8f",
            "last_updated": "2023-01-30T17:46:54.456175-05:00",
            "created_at": "2023-01-27T18:02:12.812870-05:00",
            "name": "Novak Djokovic",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3e7577a-f7fc-458c-af69-7ab3d6e1ca91/?format=api"
        },
        {
            "id": "54373b8f-b634-4517-bd2f-477ec27cc46e",
            "gambit_id": "cc5ca4ce-a4e0-4f22-91eb-ff8a08ec399a",
            "last_updated": "2023-01-30T17:46:54.457363-05:00",
            "created_at": "2023-01-27T18:02:12.814366-05:00",
            "name": "Stefanos Tsitsipas",
            "reward": "4.40000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3e7577a-f7fc-458c-af69-7ab3d6e1ca91/?format=api"
        }
    ]
}