GET /api/bet_types/5bf86938-3b35-4b88-b986-9ec7c925e43d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bf86938-3b35-4b88-b986-9ec7c925e43d",
    "match": "https://api-prod.gambitprofit.com/api/matches/45c3562e-4faa-4705-b0fc-2be949720377/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 54.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 54.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "df63d2f3-d0ce-41cc-94c5-8f50a53ba0c6",
            "gambit_id": "40379382-7020-47c3-a842-b94bf1899160",
            "last_updated": "2022-10-23T21:41:54.630877-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bf86938-3b35-4b88-b986-9ec7c925e43d/?format=api"
        },
        {
            "id": "0b5fbd16-22d5-49f8-a4f4-0855ce8a2340",
            "gambit_id": "f7557757-2bf4-4a2f-b75d-307854d59ab6",
            "last_updated": "2022-10-23T21:41:54.631909-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bf86938-3b35-4b88-b986-9ec7c925e43d/?format=api"
        }
    ]
}