GET /api/bet_types/9e90875f-7027-4393-a36f-b1b4a8185c2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e90875f-7027-4393-a36f-b1b4a8185c2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ea8e442-426e-4905-b69e-0229730daee8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-17T09:53:17.475392-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9410d0f-174c-4fc9-af45-5ea27ca484da",
            "gambit_id": "6f0ebf85-fc8f-4c36-b7f5-e6c9a1a32701",
            "last_updated": "2023-12-19T10:13:19.861434-05:00",
            "created_at": "2023-12-17T09:53:17.479145-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e90875f-7027-4393-a36f-b1b4a8185c2c/?format=api"
        },
        {
            "id": "4abcfee8-1bfd-4be1-a26d-07cca617718d",
            "gambit_id": "c6a16eda-986a-4340-aa92-882423f8b60d",
            "last_updated": "2023-12-19T10:13:19.864789-05:00",
            "created_at": "2023-12-17T09:53:17.483433-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e90875f-7027-4393-a36f-b1b4a8185c2c/?format=api"
        }
    ]
}