GET /api/bet_types/601f8770-e38d-4565-8720-712ffae3817d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "601f8770-e38d-4565-8720-712ffae3817d",
    "match": "https://api-prod.gambitprofit.com/api/matches/06ed073e-7949-4061-9288-52ade46c59eb/?format=api",
    "name": "Pick the Winner",
    "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": "NYM (C Carrasco)",
                "amount": 5241.0
            },
            {
                "team": "ATL (K Wright)",
                "amount": 4759.0
            }
        ],
        "expected_reward_tokens": 9327.64,
        "profit_sb": 327.64,
        "profit_sb_percentage": 3.64,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8e5f9b7-4578-4757-8265-7957f148a331",
            "gambit_id": "a19c6742-f0c5-4d48-b393-f7d3f1b8c25e",
            "last_updated": "2022-08-05T10:01:52.958054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Carrasco)",
            "reward": "1.78000",
            "odds": "1.86210",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/601f8770-e38d-4565-8720-712ffae3817d/?format=api"
        },
        {
            "id": "169457fd-b70d-4141-ab81-57131cd1fbe9",
            "gambit_id": "3b5d8b00-64b0-4688-a784-7e46dc7e72bf",
            "last_updated": "2022-08-05T10:01:52.958459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (K Wright)",
            "reward": "1.96000",
            "odds": "2.06000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/601f8770-e38d-4565-8720-712ffae3817d/?format=api"
        }
    ]
}