GET /api/bet_types/ac1e5293-a2ca-411b-9e1a-9a531e4ec3cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac1e5293-a2ca-411b-9e1a-9a531e4ec3cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f10f6de-be8b-4398-9f90-799585409121/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:12:57.752949-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 Over 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cb00704-7718-4fbe-a9ea-dd03a67a4d56",
            "gambit_id": "fdb5a706-74f2-4bcc-be96-3a008f6ad97e",
            "last_updated": "2023-12-26T15:38:15.409568-05:00",
            "created_at": "2023-12-23T09:12:57.756930-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac1e5293-a2ca-411b-9e1a-9a531e4ec3cb/?format=api"
        },
        {
            "id": "54a05bf2-c982-491e-956c-99836786389a",
            "gambit_id": "92baf4a1-a01d-4c41-b4a2-1994437fe041",
            "last_updated": "2023-12-26T15:38:15.412671-05:00",
            "created_at": "2023-12-23T09:12:57.761075-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac1e5293-a2ca-411b-9e1a-9a531e4ec3cb/?format=api"
        }
    ]
}