GET /api/bet_types/65ed8348-07d9-4011-80a3-b4d9cf2b69b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65ed8348-07d9-4011-80a3-b4d9cf2b69b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c57bbac6-6f99-4b26-ae71-352b342ab1cf/?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 Under 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ecb64266-7b57-40e1-9b50-dd24e4ff0842",
            "gambit_id": "28fd3910-7de8-4a0f-91fa-b5061df7afe5",
            "last_updated": "2022-11-22T09:57:25.680569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65ed8348-07d9-4011-80a3-b4d9cf2b69b7/?format=api"
        },
        {
            "id": "eae4bd15-d6ab-429f-9695-3d355205bdb2",
            "gambit_id": "56f6f1ed-fb53-4461-ac38-cba6684aa2bd",
            "last_updated": "2022-11-22T09:57:25.681753-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65ed8348-07d9-4011-80a3-b4d9cf2b69b7/?format=api"
        }
    ]
}