GET /api/bet_types/cf8775ae-46ab-46c3-b3de-50413ba0e49e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf8775ae-46ab-46c3-b3de-50413ba0e49e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5014b324-c97f-4634-bb7b-1bfe0bf996c4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:00.868214-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 6",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9aefccf-8459-4601-ba53-50665faa0d48",
            "gambit_id": "ba98e805-3d0f-459e-8861-6606f884eba3",
            "last_updated": "2023-12-01T19:23:13.565147-05:00",
            "created_at": "2023-11-30T10:28:00.877001-05:00",
            "name": "Game Total Under 6",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8775ae-46ab-46c3-b3de-50413ba0e49e/?format=api"
        },
        {
            "id": "35747bfd-ea3d-40eb-9cee-f32b1cdaf689",
            "gambit_id": "cbc0ed3e-43d2-4641-86ab-6e1509ba6a8b",
            "last_updated": "2023-12-01T19:23:13.545637-05:00",
            "created_at": "2023-11-30T10:28:00.871919-05:00",
            "name": "Game Total Over 6",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8775ae-46ab-46c3-b3de-50413ba0e49e/?format=api"
        }
    ]
}