GET /api/bet_types/6138c41a-a069-4ebb-9537-49ffc3291c35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6138c41a-a069-4ebb-9537-49ffc3291c35",
    "match": "https://api-prod.gambitprofit.com/api/matches/d05f1439-8f80-4a88-a71f-7bf05b09be4a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-07T12:18:16.087340-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 8.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "394a307e-77b5-4567-a200-e7a988b84782",
            "gambit_id": "03a5026f-6c0e-4ce9-b7df-bdec01d1ad9b",
            "last_updated": "2023-10-09T08:53:11.503716-04:00",
            "created_at": "2023-10-07T12:18:16.096473-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6138c41a-a069-4ebb-9537-49ffc3291c35/?format=api"
        },
        {
            "id": "d48a0c52-a9ea-4995-8305-a3a3df518f3c",
            "gambit_id": "b67a7bab-2c97-4b05-a655-a5f1fd1bc2c3",
            "last_updated": "2023-10-09T08:53:11.500456-04:00",
            "created_at": "2023-10-07T12:18:16.092077-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6138c41a-a069-4ebb-9537-49ffc3291c35/?format=api"
        }
    ]
}