GET /api/bet_types/efd6749e-e81c-4ed2-9f6c-4511c1938f11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efd6749e-e81c-4ed2-9f6c-4511c1938f11",
    "match": "https://api-prod.gambitprofit.com/api/matches/be8917a7-d41f-48f6-b5fa-51c581e63f72/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T09:38:24.460898-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": "MIL (C Burnes)",
                "amount": 6173.0
            },
            {
                "team": "CWS (M Kopech)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a7bbe06-9e12-4273-85ba-c340dd73c49d",
            "gambit_id": "3d4029f4-4104-4d59-850a-9aa694249e05",
            "last_updated": "2023-08-12T18:08:06.635147-04:00",
            "created_at": "2023-08-11T09:38:24.466522-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efd6749e-e81c-4ed2-9f6c-4511c1938f11/?format=api"
        },
        {
            "id": "941a432d-b890-476f-83cd-a58953e05883",
            "gambit_id": "d6d760d0-7d87-4279-991a-479c361d9e26",
            "last_updated": "2023-08-12T18:08:06.631534-04:00",
            "created_at": "2023-08-11T09:38:24.472338-04:00",
            "name": "CWS (M Kopech)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efd6749e-e81c-4ed2-9f6c-4511c1938f11/?format=api"
        }
    ]
}