GET /api/bet_types/860188ca-e532-4c45-99d4-6d9d4d34047e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "860188ca-e532-4c45-99d4-6d9d4d34047e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e2c7483-e18a-4a71-8355-db37ec7a9a73/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T08:23:20.474006-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": "Washington Wizards",
                "amount": 5788.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "abd9dc76-c19b-4204-ab86-0e2c79fcf16c",
            "gambit_id": "7f6e1562-6e5e-4f42-9028-788ba8bc7c7b",
            "last_updated": "2023-11-12T11:28:24.016384-05:00",
            "created_at": "2023-11-10T08:23:20.485175-05:00",
            "name": "Washington Wizards",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/860188ca-e532-4c45-99d4-6d9d4d34047e/?format=api"
        },
        {
            "id": "2e3de3d5-4b5d-4d28-b014-e3d14a625565",
            "gambit_id": "53f42d3d-3d47-4e82-8930-ac517235e83e",
            "last_updated": "2023-11-12T11:28:24.013100-05:00",
            "created_at": "2023-11-10T08:23:20.479309-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/860188ca-e532-4c45-99d4-6d9d4d34047e/?format=api"
        }
    ]
}