GET /api/bet_types/58f6efec-2c30-4e68-9f50-885ef2f9af17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58f6efec-2c30-4e68-9f50-885ef2f9af17",
    "match": "https://api-prod.gambitprofit.com/api/matches/298ad4fc-655f-4700-ba03-3ccd36e3b185/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-06T08:38:18.744595-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf2250f5-7c9e-4157-8308-bac3c9183cdc",
            "gambit_id": "158d9929-8887-4905-a976-ea77627c2bee",
            "last_updated": "2023-08-07T19:23:07.978815-04:00",
            "created_at": "2023-08-06T08:38:18.754448-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58f6efec-2c30-4e68-9f50-885ef2f9af17/?format=api"
        },
        {
            "id": "37372366-d42c-4110-a093-898152316fae",
            "gambit_id": "6233ffe7-d065-4cb0-9ca5-56419624f836",
            "last_updated": "2023-08-07T19:23:07.975145-04:00",
            "created_at": "2023-08-06T08:38:18.749494-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58f6efec-2c30-4e68-9f50-885ef2f9af17/?format=api"
        }
    ]
}