GET /api/bet_types/385cb119-b231-4974-8af5-7f98d6f005b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "385cb119-b231-4974-8af5-7f98d6f005b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a14f410-df11-4bbf-aed4-2b3e692013ad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:28:02.214781-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": "Calgary Flames",
                "amount": 6928.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "a5aca172-8f31-4ac5-a7d0-61d25b9fae22",
            "gambit_id": "11f7d747-f917-4233-8600-a752618575b9",
            "last_updated": "2023-10-16T18:13:01.403665-04:00",
            "created_at": "2023-10-14T09:28:02.219070-04:00",
            "name": "Calgary Flames",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/385cb119-b231-4974-8af5-7f98d6f005b4/?format=api"
        },
        {
            "id": "39a143cb-36d5-4fea-be1e-b58aeebf5387",
            "gambit_id": "b6aa2128-7a07-48b5-8248-4372f6578e2e",
            "last_updated": "2023-10-16T18:13:01.407267-04:00",
            "created_at": "2023-10-14T09:28:02.225290-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/385cb119-b231-4974-8af5-7f98d6f005b4/?format=api"
        }
    ]
}