GET /api/bet_types/d5d2be2c-606a-4e96-b76d-9b5bfff2b34d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5d2be2c-606a-4e96-b76d-9b5bfff2b34d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b47ce4a-9b21-4961-81a1-110e16b257e8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:15.025187-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": "Chicago Blackhawks",
                "amount": 5944.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "212b27b0-706c-4d5e-9a1c-0b93032a0126",
            "gambit_id": "88212467-1777-4c76-81b0-eefbf3b6538f",
            "last_updated": "2023-10-31T15:53:08.233273-04:00",
            "created_at": "2023-10-30T08:58:15.028663-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d2be2c-606a-4e96-b76d-9b5bfff2b34d/?format=api"
        },
        {
            "id": "db8c3c49-a87c-486d-bf7d-29f539e32a06",
            "gambit_id": "eeb5695f-bd97-48d6-80c8-fb0b893eb4f4",
            "last_updated": "2023-10-31T15:53:08.228123-04:00",
            "created_at": "2023-10-30T08:58:15.032551-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d2be2c-606a-4e96-b76d-9b5bfff2b34d/?format=api"
        }
    ]
}