GET /api/bet_types/f7d74272-6b0c-4ba5-9341-bdc42db72d5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7d74272-6b0c-4ba5-9341-bdc42db72d5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/41c272b8-f4a9-4982-bbc4-ffeecf8040e7/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Nashville Predators",
                "amount": 5737.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4263.0
            }
        ],
        "expected_reward_tokens": 9121.83,
        "profit_sb": 121.83,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b202cfa-0265-42a8-9912-02ea53138750",
            "gambit_id": "988781e7-7907-4a62-9e6e-e52b46f4a16f",
            "last_updated": "2022-11-11T21:32:21.878452-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7d74272-6b0c-4ba5-9341-bdc42db72d5f/?format=api"
        },
        {
            "id": "0043754b-86fd-47b3-99c9-6a4fff19acf4",
            "gambit_id": "41aee60f-f824-4052-8638-40a6dcbab45c",
            "last_updated": "2022-11-11T21:32:21.877491-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7d74272-6b0c-4ba5-9341-bdc42db72d5f/?format=api"
        }
    ]
}