GET /api/bet_types/de4a6b0d-9cb2-4bac-8140-2ed2953ab41f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de4a6b0d-9cb2-4bac-8140-2ed2953ab41f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5c56acf-0131-4e85-abaa-cbede9d9cf88/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-12T08:57:09.044437-04: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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc601cec-78d7-493a-84a6-172711bca7a7",
            "gambit_id": "ed4e54a6-8cf1-4418-b1c6-2a4a4ab9ccb5",
            "last_updated": "2023-04-13T11:02:15.604956-04:00",
            "created_at": "2023-04-12T08:57:09.048640-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de4a6b0d-9cb2-4bac-8140-2ed2953ab41f/?format=api"
        },
        {
            "id": "fb6f6138-9be5-49bf-b6ae-1a0dcbbecf40",
            "gambit_id": "d6ed6884-7f9e-43e4-af13-357082865ea2",
            "last_updated": "2023-04-13T11:02:15.603621-04:00",
            "created_at": "2023-04-12T08:57:09.046566-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de4a6b0d-9cb2-4bac-8140-2ed2953ab41f/?format=api"
        }
    ]
}