GET /api/bet_types/e92c778d-f4dc-427e-a776-91627f760c7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e92c778d-f4dc-427e-a776-91627f760c7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/820f87d3-fb5c-450a-8ed5-d967b1793223/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-18T08:46:54.040834-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 Under 6.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9e947c7-d6dc-4862-8ba7-1076f44cfd42",
            "gambit_id": "715fd2dd-895d-4140-a22f-379b1baf9e26",
            "last_updated": "2023-03-20T09:41:57.268051-04:00",
            "created_at": "2023-03-18T08:46:54.042998-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92c778d-f4dc-427e-a776-91627f760c7d/?format=api"
        },
        {
            "id": "70595af9-67a1-4d4f-b991-a4f4e269a5c9",
            "gambit_id": "b57683fa-cd2c-4c38-88fc-28cdd66aed40",
            "last_updated": "2023-03-20T09:41:57.270528-04:00",
            "created_at": "2023-03-18T08:46:54.045272-04:00",
            "name": "Game Total Over 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92c778d-f4dc-427e-a776-91627f760c7d/?format=api"
        }
    ]
}