GET /api/bet_types/efa672fa-0183-44d9-bc94-87761377fe54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efa672fa-0183-44d9-bc94-87761377fe54",
    "match": "https://api-prod.gambitprofit.com/api/matches/fad6208c-4246-405e-940b-581a8edd1964/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-15T12:27:13.151144-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff9b9dd7-d2e5-46c2-92e7-c5d0024208f8",
            "gambit_id": "8b67d101-b4d2-46dc-823c-a2c3f74bb23a",
            "last_updated": "2023-04-16T18:02:15.321259-04:00",
            "created_at": "2023-04-15T12:27:13.152448-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efa672fa-0183-44d9-bc94-87761377fe54/?format=api"
        },
        {
            "id": "c93fcc66-9f88-4b45-9f17-ad1854ff7c98",
            "gambit_id": "21135253-f52a-4dbf-b34c-47e52f8c01c6",
            "last_updated": "2023-04-16T18:02:15.324235-04:00",
            "created_at": "2023-04-15T12:27:13.153845-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efa672fa-0183-44d9-bc94-87761377fe54/?format=api"
        }
    ]
}