GET /api/bet_types/35a8fb73-bd87-4aec-97de-c9ea042dc177/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35a8fb73-bd87-4aec-97de-c9ea042dc177",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5a9f9bb-9ba8-4aa4-b78b-7fa29f16fed4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T08:23:19.252347-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": "Florida Panthers",
                "amount": 6659.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9388.21,
        "profit_sb": -111.79,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c13a633-4b10-4548-aa5d-e18147fff095",
            "gambit_id": "8394db20-09df-41ce-a331-a1000b513345",
            "last_updated": "2023-11-12T11:28:23.254718-05:00",
            "created_at": "2023-11-10T08:23:19.261781-05:00",
            "name": "Florida Panthers",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35a8fb73-bd87-4aec-97de-c9ea042dc177/?format=api"
        },
        {
            "id": "97f91896-eb0b-469e-ab2f-4b67e7379ffd",
            "gambit_id": "f7a81af5-00a5-41eb-9b5c-a829d75f9646",
            "last_updated": "2023-11-12T11:28:23.251297-05:00",
            "created_at": "2023-11-10T08:23:19.256926-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35a8fb73-bd87-4aec-97de-c9ea042dc177/?format=api"
        }
    ]
}