GET /api/bet_types/3397f625-f6df-4c71-8a05-f3d694b8d9ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3397f625-f6df-4c71-8a05-f3d694b8d9ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/1733fc1c-cec8-45a3-8dc1-7bc3ed50548f/?format=api",
    "name": "Over/Under",
    "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": "Game Total Over 2.5",
                "amount": 5387.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 9318.26,
        "profit_sb": -181.74,
        "profit_sb_percentage": -1.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea255c47-ce78-43a0-a723-7e71a89b3f14",
            "gambit_id": "df62d033-9fad-4773-a621-82a55812efda",
            "last_updated": "2022-10-17T10:21:58.777457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.73000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3397f625-f6df-4c71-8a05-f3d694b8d9ad/?format=api"
        },
        {
            "id": "ab0e348b-629f-4fa7-bda0-fd63bd9a7986",
            "gambit_id": "5fe036c5-93d1-4be3-9a6d-131a37f29726",
            "last_updated": "2022-10-17T10:21:58.776213-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3397f625-f6df-4c71-8a05-f3d694b8d9ad/?format=api"
        }
    ]
}