GET /api/bet_types/b4e3d9d0-342d-429e-b475-d65765708376/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4e3d9d0-342d-429e-b475-d65765708376",
    "match": "https://api-prod.gambitprofit.com/api/matches/45caf439-5c1e-440b-885b-2fb220f9b881/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-14T05:58:10.362779-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 Over 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "43aac9e5-525e-44b7-93d7-9b6488ccd441",
            "gambit_id": "e1207fea-bd8f-49f9-8826-4b7a8ef24f17",
            "last_updated": "2023-06-15T23:23:31.803144-04:00",
            "created_at": "2023-06-14T05:58:10.364299-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4e3d9d0-342d-429e-b475-d65765708376/?format=api"
        },
        {
            "id": "e049f23a-c0c1-4027-afe6-8482ca060464",
            "gambit_id": "bac99de3-2f04-4708-9e92-c76f38323b49",
            "last_updated": "2023-06-15T23:23:31.804416-04:00",
            "created_at": "2023-06-14T05:58:10.366466-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4e3d9d0-342d-429e-b475-d65765708376/?format=api"
        }
    ]
}