GET /api/bet_types/b03a4d94-8334-415f-9565-6dcf3372d90c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b03a4d94-8334-415f-9565-6dcf3372d90c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b15559f-f84f-4410-afe0-7fe8c8e8ce87/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-05T14:19:53.898032-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": "New Jersey Devils",
                "amount": 5512.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "af374fe7-6679-4882-874b-a00399ac22fd",
            "gambit_id": "130d827b-f134-44ab-afbc-fe1d92f72d39",
            "last_updated": "2023-03-06T19:17:18.778623-05:00",
            "created_at": "2023-03-05T14:19:53.900888-05:00",
            "name": "New Jersey Devils",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b03a4d94-8334-415f-9565-6dcf3372d90c/?format=api"
        },
        {
            "id": "1d3b4033-42d8-4838-bd5a-ec89d85e9d1d",
            "gambit_id": "909809bd-5a95-45f2-81e5-755ce44b90d0",
            "last_updated": "2023-03-06T19:17:18.777484-05:00",
            "created_at": "2023-03-05T14:19:53.899309-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b03a4d94-8334-415f-9565-6dcf3372d90c/?format=api"
        }
    ]
}