GET /api/bet_types/879341b3-afb1-4882-99ee-6b3db02504fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "879341b3-afb1-4882-99ee-6b3db02504fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5b7443c-a6b3-4bf7-b895-2a62abd269b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T09:43:00.347562-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": "PHI (A Nola)",
                "amount": 6232.0
            },
            {
                "team": "MIA (J Cueto)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "78958367-b409-4991-8919-98a8ff29c9ab",
            "gambit_id": "77985766-6305-4ff3-9fa6-acbaf51afd44",
            "last_updated": "2023-09-11T09:08:29.176997-04:00",
            "created_at": "2023-09-09T09:43:00.356816-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/879341b3-afb1-4882-99ee-6b3db02504fd/?format=api"
        },
        {
            "id": "58f35c25-7738-4f43-991a-138c0a718bcb",
            "gambit_id": "a6e5e651-a79a-49f6-bd27-4a361ad97363",
            "last_updated": "2023-09-11T09:08:29.173670-04:00",
            "created_at": "2023-09-09T09:43:00.351662-04:00",
            "name": "MIA (J Cueto)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/879341b3-afb1-4882-99ee-6b3db02504fd/?format=api"
        }
    ]
}