GET /api/bet_types/5d3ea4dc-e034-4995-895d-4eabce8e3e62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d3ea4dc-e034-4995-895d-4eabce8e3e62",
    "match": "https://api-prod.gambitprofit.com/api/matches/57a2667b-a160-455e-9fd2-2fed52fd7747/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-27T10:17:02.789612-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": "Vegas Golden Knights",
                "amount": 6475.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4eea796-a57e-4077-8432-df6322ddeffa",
            "gambit_id": "f3b60bf8-ab74-49ba-bd17-7350ae5d1354",
            "last_updated": "2023-02-28T12:37:09.538551-05:00",
            "created_at": "2023-02-27T10:17:02.792140-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3ea4dc-e034-4995-895d-4eabce8e3e62/?format=api"
        },
        {
            "id": "e3fef831-25ed-4643-9179-d71def0f3f5a",
            "gambit_id": "ece80054-fde7-439d-bf19-38cc6de41f82",
            "last_updated": "2023-02-28T12:37:09.537391-05:00",
            "created_at": "2023-02-27T10:17:02.790835-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3ea4dc-e034-4995-895d-4eabce8e3e62/?format=api"
        }
    ]
}