GET /api/bet_types/2025ba12-c61a-40e8-90a5-130d11f65342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2025ba12-c61a-40e8-90a5-130d11f65342",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f27794b-f09c-499f-a39b-98d7bae96d0a/?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 Over 2.5",
                "amount": 5742.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4258.0
            }
        ],
        "expected_reward_tokens": 8899.22,
        "profit_sb": -100.78,
        "profit_sb_percentage": -1.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "61e6fde2-7f97-46fe-b992-3a6e6e3ba38a",
            "gambit_id": "816cda50-a463-4124-9cc1-5250fd312144",
            "last_updated": "2022-08-21T19:27:09.043255-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.55000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2025ba12-c61a-40e8-90a5-130d11f65342/?format=api"
        },
        {
            "id": "daaf0746-dc0e-4992-9dde-f50dd5d15330",
            "gambit_id": "17234cdd-c126-4a36-aa3f-415e5a7686c3",
            "last_updated": "2022-08-21T19:27:09.042742-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2025ba12-c61a-40e8-90a5-130d11f65342/?format=api"
        }
    ]
}