GET /api/bet_types/b1a04a04-bcc9-483c-afcf-dd0e5c5653d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1a04a04-bcc9-483c-afcf-dd0e5c5653d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/95e92e46-9878-4000-8c92-938bd8291fcd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-12T10:03:10.974113-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": "San Jose Sharks",
                "amount": 5599.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4f27568-340b-4d9a-921c-d5bccdcad7c0",
            "gambit_id": "a78718f9-831c-4c9a-8c14-a443fb23560d",
            "last_updated": "2023-12-14T10:28:45.025434-05:00",
            "created_at": "2023-12-12T10:03:10.981803-05:00",
            "name": "San Jose Sharks",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1a04a04-bcc9-483c-afcf-dd0e5c5653d6/?format=api"
        },
        {
            "id": "b3e40c61-adc2-46a5-b0c4-e8c8f37c99ac",
            "gambit_id": "c0daa2e6-bad1-4cac-9ce7-90f22a4b3b03",
            "last_updated": "2023-12-14T10:28:45.022016-05:00",
            "created_at": "2023-12-12T10:03:10.977684-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1a04a04-bcc9-483c-afcf-dd0e5c5653d6/?format=api"
        }
    ]
}