GET /api/bet_types/9ffb34ce-2939-4421-b8b9-c03244ad8df7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ffb34ce-2939-4421-b8b9-c03244ad8df7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5429f6f4-81f6-4560-8a0d-ba5b23b9d735/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T11:22:19.002107-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": "Carolina Hurricanes",
                "amount": 7033.0
            },
            {
                "team": "New York Islanders",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "b99910df-4e9f-468d-ac80-2fcec51f6afe",
            "gambit_id": "f9c3e1e1-c495-4af3-9909-b17c8392d947",
            "last_updated": "2023-04-30T15:12:00.122125-04:00",
            "created_at": "2023-04-28T11:22:19.005502-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffb34ce-2939-4421-b8b9-c03244ad8df7/?format=api"
        },
        {
            "id": "67b78741-30fb-4f6e-83f4-1d4e821f429d",
            "gambit_id": "31315ff6-e831-4278-8ea4-9e9ef2131463",
            "last_updated": "2023-04-30T15:12:00.120598-04:00",
            "created_at": "2023-04-28T11:22:19.003797-04:00",
            "name": "New York Islanders",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffb34ce-2939-4421-b8b9-c03244ad8df7/?format=api"
        }
    ]
}