GET /api/bet_types/304c92c9-3251-4d4d-8e7d-8159c34549db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "304c92c9-3251-4d4d-8e7d-8159c34549db",
    "match": "https://api-prod.gambitprofit.com/api/matches/299e653d-89d5-4f52-ad91-891d48e7fbbf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-02T08:23:17.409586-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fece4b0-c6a0-4816-a2b8-a8c29b814f31",
            "gambit_id": "88442c79-26fa-4793-afd9-a962b826eb4d",
            "last_updated": "2023-08-04T09:38:12.146276-04:00",
            "created_at": "2023-08-02T08:23:17.422502-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/304c92c9-3251-4d4d-8e7d-8159c34549db/?format=api"
        },
        {
            "id": "8c5567c4-7487-440c-a042-3cda1bf66314",
            "gambit_id": "7d50acf8-adf4-47b7-ae9b-8cccac41006c",
            "last_updated": "2023-08-04T09:38:12.142404-04:00",
            "created_at": "2023-08-02T08:23:17.415328-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/304c92c9-3251-4d4d-8e7d-8159c34549db/?format=api"
        }
    ]
}