GET /api/bet_types/bcab4f3a-e3f9-4222-9e77-087fdcbafafa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcab4f3a-e3f9-4222-9e77-087fdcbafafa",
    "match": "https://api-prod.gambitprofit.com/api/matches/e61aadfe-3a59-48db-9cec-2389b1ca8b55/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-26T08:46:58.757777-05: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 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "dcc18ada-f266-42e5-ae9e-a360b76ff091",
            "gambit_id": "6e149e3f-7231-43fd-8678-cd8e69af03e9",
            "last_updated": "2023-02-28T12:37:06.997840-05:00",
            "created_at": "2023-02-26T08:46:58.759044-05:00",
            "name": "Game Total Under 237",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcab4f3a-e3f9-4222-9e77-087fdcbafafa/?format=api"
        },
        {
            "id": "da04df94-22d0-4f90-a84a-6380ed6c75a6",
            "gambit_id": "e61c4f06-65da-4878-a32d-45281afd1b0f",
            "last_updated": "2023-02-28T12:37:06.999054-05:00",
            "created_at": "2023-02-26T08:46:58.760304-05:00",
            "name": "Game Total Over 237",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcab4f3a-e3f9-4222-9e77-087fdcbafafa/?format=api"
        }
    ]
}