GET /api/bet_types/8b3705fc-6009-4d0c-94ec-fd503563e0af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b3705fc-6009-4d0c-94ec-fd503563e0af",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f0dee87-aefd-422d-bb32-51ecb3636b68/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-08T09:23:25.328053-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": "635145fe-3663-48ee-8b60-188dbd1c6111",
            "gambit_id": "8bcd89ac-8cf5-404e-9eac-3f7cda843e35",
            "last_updated": "2023-09-09T11:28:28.593475-04:00",
            "created_at": "2023-09-08T09:23:25.335545-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/8b3705fc-6009-4d0c-94ec-fd503563e0af/?format=api"
        },
        {
            "id": "900720c7-f04e-4221-ae1b-f63e54bbecc2",
            "gambit_id": "afe7e3bd-1dcd-43f7-836f-d7542b71dc20",
            "last_updated": "2023-09-09T11:28:28.590173-04:00",
            "created_at": "2023-09-08T09:23:25.331658-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/8b3705fc-6009-4d0c-94ec-fd503563e0af/?format=api"
        }
    ]
}