GET /api/bet_types/8f42e7df-1234-43a2-8bcc-82d0334a3503/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f42e7df-1234-43a2-8bcc-82d0334a3503",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d0a611b-1b2e-41be-b0d6-2bd94214b55a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-26T09:23:25.301111-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": "b461e835-4beb-41a5-ab2f-ce4b1acae669",
            "gambit_id": "de819cf6-96e2-4035-80f6-a7b6301319ea",
            "last_updated": "2023-08-28T16:18:32.938120-04:00",
            "created_at": "2023-08-26T09:23:25.304878-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/8f42e7df-1234-43a2-8bcc-82d0334a3503/?format=api"
        },
        {
            "id": "df614620-e95d-4153-921d-51684d71343c",
            "gambit_id": "95e7a0a9-3529-4df1-864f-47b23fd4cdb8",
            "last_updated": "2023-08-28T16:18:32.933755-04:00",
            "created_at": "2023-08-26T09:23:25.308984-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/8f42e7df-1234-43a2-8bcc-82d0334a3503/?format=api"
        }
    ]
}