GET /api/bet_types/87d6ee15-c285-4538-9d71-ea63fdafd666/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87d6ee15-c285-4538-9d71-ea63fdafd666",
    "match": "https://api-prod.gambitprofit.com/api/matches/b00d1660-6a43-4f13-ad7c-b4db85d772e4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-21T08:53:23.999384-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": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf659f43-6621-4d86-b141-b0e1d9f373e3",
            "gambit_id": "041e4b3b-f7b1-4c46-8a67-c5715c3e4bb5",
            "last_updated": "2023-07-23T22:12:58.499437-04:00",
            "created_at": "2023-07-21T08:53:24.001003-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87d6ee15-c285-4538-9d71-ea63fdafd666/?format=api"
        },
        {
            "id": "a0a006d3-4ccf-4631-959d-f4d502404d32",
            "gambit_id": "f5fadadb-89c8-4051-8c03-d851dd6a3082",
            "last_updated": "2023-07-23T22:12:58.502703-04:00",
            "created_at": "2023-07-21T08:53:24.002910-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87d6ee15-c285-4538-9d71-ea63fdafd666/?format=api"
        }
    ]
}