GET /api/bet_types/9dc74ae2-e771-433e-a8bd-0ab9c53074db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dc74ae2-e771-433e-a8bd-0ab9c53074db",
    "match": "https://api-prod.gambitprofit.com/api/matches/a21012f1-0a47-49ad-8ca9-b82e36d42377/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:19.476824-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 Over 214.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 214.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2aab696c-e4dd-4332-8bac-515c716516ef",
            "gambit_id": "f5b7e9ca-de26-4f89-875d-0de98e7fe5cf",
            "last_updated": "2024-02-01T10:48:00.677327-05:00",
            "created_at": "2024-01-31T09:58:19.481018-05:00",
            "name": "Game Total Over 214.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "214.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dc74ae2-e771-433e-a8bd-0ab9c53074db/?format=api"
        },
        {
            "id": "86a03171-ee13-4f3c-8208-4d3085e58428",
            "gambit_id": "c7c0ac61-ede2-4aea-bcea-4b8e7e98892c",
            "last_updated": "2024-02-01T10:48:00.680563-05:00",
            "created_at": "2024-01-31T09:58:19.485980-05:00",
            "name": "Game Total Under 214.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "214.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dc74ae2-e771-433e-a8bd-0ab9c53074db/?format=api"
        }
    ]
}