GET /api/bet_types/2ede77d6-cf26-47e9-9eed-0f42a47da9d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ede77d6-cf26-47e9-9eed-0f42a47da9d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0645da26-0e4d-4f8a-bbd0-844a3b3d52e9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:04.942225-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": "Philadelphia Flyers",
                "amount": 5521.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ceb9d17-aea3-403b-b8c0-c3bff26f5818",
            "gambit_id": "c95c8db1-0df4-45d7-91ca-8e90abca268a",
            "last_updated": "2023-01-30T17:46:54.595598-05:00",
            "created_at": "2023-01-28T09:42:04.944635-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ede77d6-cf26-47e9-9eed-0f42a47da9d7/?format=api"
        },
        {
            "id": "e2577414-e336-4700-af74-a5ebeb523db5",
            "gambit_id": "a6603d6c-a80c-4fad-809f-0c989ad909e1",
            "last_updated": "2023-01-30T17:46:54.594342-05:00",
            "created_at": "2023-01-28T09:42:04.943372-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ede77d6-cf26-47e9-9eed-0f42a47da9d7/?format=api"
        }
    ]
}