GET /api/bet_types/4d413534-7b3d-4388-899b-28ac2c804a96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d413534-7b3d-4388-899b-28ac2c804a96",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdaa33d5-4bed-48b3-9bce-12b96d2b9cd4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:20.250851-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": "Anaheim Ducks",
                "amount": 5213.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4579ef2d-7a94-4da3-ab7e-0b8e3b57e848",
            "gambit_id": "4c8f54bb-c3cf-45b4-a2b2-f2b2ffa5c02a",
            "last_updated": "2023-04-14T12:02:23.650410-04:00",
            "created_at": "2023-04-13T09:32:20.252454-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d413534-7b3d-4388-899b-28ac2c804a96/?format=api"
        },
        {
            "id": "87611580-6707-436b-8302-88d8ccb922fc",
            "gambit_id": "31be30ea-86b5-43c8-9a6d-58c77ec29748",
            "last_updated": "2023-04-14T12:02:23.651979-04:00",
            "created_at": "2023-04-13T09:32:20.254194-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d413534-7b3d-4388-899b-28ac2c804a96/?format=api"
        }
    ]
}