GET /api/bet_types/aa750364-88fc-4eb0-890f-2c5dcf728ad2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa750364-88fc-4eb0-890f-2c5dcf728ad2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e492b41-caed-4cf5-9cbe-32d44932cfe6/?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 43",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 43",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9e12874-a599-411d-85cb-a97ca92249e1",
            "gambit_id": "86baaa7e-0a8c-4dd9-af03-2341b69d6452",
            "last_updated": "2022-10-11T11:51:57.158529-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa750364-88fc-4eb0-890f-2c5dcf728ad2/?format=api"
        },
        {
            "id": "41eb9f46-21b7-491d-b412-24633347742d",
            "gambit_id": "fc0a4633-c2ea-4e79-b995-0bcd74a093af",
            "last_updated": "2022-10-11T11:51:57.157397-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa750364-88fc-4eb0-890f-2c5dcf728ad2/?format=api"
        }
    ]
}