GET /api/bet_types/190c825d-edb7-43db-98e7-0bc5fbe3a1c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "190c825d-edb7-43db-98e7-0bc5fbe3a1c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/2eee63a3-712b-4da1-a7f7-556f90f20acc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-06T10:13:03.127882-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 2.5",
                "amount": 7014.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 2986.0
            }
        ],
        "expected_reward_tokens": 9256.6,
        "profit_sb": -243.4,
        "profit_sb_percentage": -2.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7b07293-dec6-4b54-91fb-90455effb9af",
            "gambit_id": "da9f8eca-48d2-4696-89bf-a0269cee1031",
            "last_updated": "2023-10-09T16:13:19.339804-04:00",
            "created_at": "2023-10-06T10:13:03.133512-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.32000",
            "odds": "1.33000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/190c825d-edb7-43db-98e7-0bc5fbe3a1c8/?format=api"
        },
        {
            "id": "99269695-08d1-4ed4-ad32-6f4f5ebb30cd",
            "gambit_id": "0c142ef3-e169-48e0-8ca7-ab47655290ba",
            "last_updated": "2023-10-09T16:13:19.343092-04:00",
            "created_at": "2023-10-06T10:13:03.139823-04:00",
            "name": "Game Total Under 2.5",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/190c825d-edb7-43db-98e7-0bc5fbe3a1c8/?format=api"
        }
    ]
}