GET /api/bet_types/e5c60e94-ecb1-4ba7-b2e2-b8d7c0c8b60a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5c60e94-ecb1-4ba7-b2e2-b8d7c0c8b60a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7253ac8-4daf-4617-a4ce-198ae355114e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-10T09:38:04.682133-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": "CWS (M Kopech)",
                "amount": 5234.0
            },
            {
                "team": "MIA (S Alcantara)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "569a725a-f02c-4be3-9e7a-1804292bc96d",
            "gambit_id": "a0a24b88-b116-45a0-9621-4dbb3bb82389",
            "last_updated": "2023-06-11T10:33:02.658007-04:00",
            "created_at": "2023-06-10T09:38:04.687894-04:00",
            "name": "CWS (M Kopech)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5c60e94-ecb1-4ba7-b2e2-b8d7c0c8b60a/?format=api"
        },
        {
            "id": "41bc6c7f-83b4-49be-b1fd-3db5dc5473a6",
            "gambit_id": "d384b6d7-ebdf-4c46-856b-0397c056b0fd",
            "last_updated": "2023-06-11T10:33:02.656155-04:00",
            "created_at": "2023-06-10T09:38:04.685003-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5c60e94-ecb1-4ba7-b2e2-b8d7c0c8b60a/?format=api"
        }
    ]
}