GET /api/bet_types/9388e796-2321-4191-8d38-fb77f7b42a4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9388e796-2321-4191-8d38-fb77f7b42a4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/754bcffd-dc2d-450d-811a-1e1e8eec88ac/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:00.934099-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3ff04b4-3ade-4d17-9341-c9d077b7af7a",
            "gambit_id": "c7ef6358-aaeb-4781-af94-91d1b00c11f6",
            "last_updated": "2023-12-29T11:17:55.346023-05:00",
            "created_at": "2023-12-27T09:03:00.938001-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9388e796-2321-4191-8d38-fb77f7b42a4f/?format=api"
        },
        {
            "id": "556d9cc8-27de-47fc-acde-16a1123a5c3a",
            "gambit_id": "ca765757-ed1e-4b9e-a88a-5757cba60ad9",
            "last_updated": "2023-12-29T11:17:55.349461-05:00",
            "created_at": "2023-12-27T09:03:00.942066-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9388e796-2321-4191-8d38-fb77f7b42a4f/?format=api"
        }
    ]
}