GET /api/bet_types/8e1864c9-0a3d-4026-883d-8462e0dc29c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e1864c9-0a3d-4026-883d-8462e0dc29c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc39692a-8b12-4247-9581-5893fbe33b30/?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": "Buffalo Sabres",
                "amount": 5492.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa943661-9d35-4051-924f-0f769244caf0",
            "gambit_id": "5c25b303-5d49-495d-9114-3e71164a5a6b",
            "last_updated": "2022-12-12T09:47:36.957660-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e1864c9-0a3d-4026-883d-8462e0dc29c7/?format=api"
        },
        {
            "id": "e48116ea-56cb-4576-812b-3dfcc3dc6118",
            "gambit_id": "7c7c543e-6c3a-4861-89f7-fd5db1b51fa0",
            "last_updated": "2022-12-12T09:47:36.956465-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e1864c9-0a3d-4026-883d-8462e0dc29c7/?format=api"
        }
    ]
}