GET /api/bet_types/f377acaa-8b3f-4b4c-ab23-1a247175d99e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f377acaa-8b3f-4b4c-ab23-1a247175d99e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c392f0c-9c8e-43d8-8c4a-9efac2b8e8ef/?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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d13d87f-be88-4929-83a2-8d3085cce465",
            "gambit_id": "c242742e-e97c-4d1d-9d6b-c50c2539b6b8",
            "last_updated": "2022-10-19T09:42:25.298878-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f377acaa-8b3f-4b4c-ab23-1a247175d99e/?format=api"
        },
        {
            "id": "2b1606bf-2c3a-48ea-bb11-528116c97f34",
            "gambit_id": "8512caa1-d6c6-44ad-a509-4e153f227099",
            "last_updated": "2022-10-19T09:42:25.299991-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f377acaa-8b3f-4b4c-ab23-1a247175d99e/?format=api"
        }
    ]
}