GET /api/bet_types/d7b3625c-b973-4651-90e4-940fc0ae871f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7b3625c-b973-4651-90e4-940fc0ae871f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2215714d-c7c9-4435-bd78-857184acb8f9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:14.063283-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": "Los Angeles Clippers",
                "amount": 6458.0
            },
            {
                "team": "New York Knicks",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6002abc-f509-4157-afce-e6690b90236b",
            "gambit_id": "e0014677-ec5e-4cdc-99db-b5009f1a61c4",
            "last_updated": "2023-03-13T10:32:12.160893-04:00",
            "created_at": "2023-03-11T09:32:14.064477-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7b3625c-b973-4651-90e4-940fc0ae871f/?format=api"
        },
        {
            "id": "ff76565c-966a-4b7b-aef7-66b0b4f7411e",
            "gambit_id": "576a2e61-7e28-4a1c-839b-aefd81f2b3cb",
            "last_updated": "2023-03-13T10:32:12.162427-04:00",
            "created_at": "2023-03-11T09:32:14.065776-05:00",
            "name": "New York Knicks",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7b3625c-b973-4651-90e4-940fc0ae871f/?format=api"
        }
    ]
}