GET /api/bet_types/895bad5c-e4ce-4092-8790-adca2c005fb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "895bad5c-e4ce-4092-8790-adca2c005fb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee795239-48dc-4108-820f-f97bb1d807fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:14.238486-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": 5939.0
            },
            {
                "team": "New York Islanders",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "449006f1-78af-47b5-9369-cf4189925ec1",
            "gambit_id": "332ddde7-a853-43a5-829f-548ac1c34f50",
            "last_updated": "2023-11-29T22:03:09.033746-05:00",
            "created_at": "2023-11-28T09:33:14.249640-05:00",
            "name": "New Jersey Devils",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/895bad5c-e4ce-4092-8790-adca2c005fb9/?format=api"
        },
        {
            "id": "4f9096aa-0e5d-46f6-b456-65cf087e8495",
            "gambit_id": "65682c4f-7a1c-4e8f-87c9-ec1c4f844adf",
            "last_updated": "2023-11-29T22:03:09.030291-05:00",
            "created_at": "2023-11-28T09:33:14.244367-05:00",
            "name": "New York Islanders",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/895bad5c-e4ce-4092-8790-adca2c005fb9/?format=api"
        }
    ]
}