GET /api/bet_types/9566b135-3fa6-4b13-b13a-7682cc58fefe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9566b135-3fa6-4b13-b13a-7682cc58fefe",
    "match": "https://api-prod.gambitprofit.com/api/matches/820f87d3-fb5c-450a-8ed5-d967b1793223/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:54.047396-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": "Detroit Red Wings",
                "amount": 6020.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a968a3d5-50bd-435e-b944-5a0ed250b39e",
            "gambit_id": "58dd149d-f455-43c5-9e54-e5d4431da4b0",
            "last_updated": "2023-03-20T09:41:57.275521-04:00",
            "created_at": "2023-03-18T08:46:54.049412-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9566b135-3fa6-4b13-b13a-7682cc58fefe/?format=api"
        },
        {
            "id": "33da53b8-7dfc-4abb-a3c8-08b765cbee7f",
            "gambit_id": "763b3afe-4056-4c8b-90a0-ac1748af7862",
            "last_updated": "2023-03-20T09:41:57.278249-04:00",
            "created_at": "2023-03-18T08:46:54.052285-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9566b135-3fa6-4b13-b13a-7682cc58fefe/?format=api"
        }
    ]
}