GET /api/bet_types/c96fc0a5-5685-4129-bcbb-a6abe7115151/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c96fc0a5-5685-4129-bcbb-a6abe7115151",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b8e9369-3651-4ec3-afd6-7a8ba87d8a05/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-21T08:33:15.089189-04: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": "CIN (A Abbott)",
                "amount": 6500.0
            },
            {
                "team": "COL (C Seabold)",
                "amount": 3500.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "f945a266-0625-4362-9ec5-a73d3733512e",
            "gambit_id": "9f4a03d2-3ca6-49c8-9eec-e3533f7f29f1",
            "last_updated": "2023-06-28T12:33:22.789459-04:00",
            "created_at": "2023-06-21T08:33:15.093801-04:00",
            "name": "CIN (A Abbott)",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96fc0a5-5685-4129-bcbb-a6abe7115151/?format=api"
        },
        {
            "id": "cde530f1-0343-46ad-ab12-f0fa59b42000",
            "gambit_id": "647bbeb6-9b92-466d-892c-88de77514343",
            "last_updated": "2023-06-28T12:33:22.787634-04:00",
            "created_at": "2023-06-21T08:33:15.091459-04:00",
            "name": "COL (C Seabold)",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96fc0a5-5685-4129-bcbb-a6abe7115151/?format=api"
        }
    ]
}