GET /api/bet_types/a1da3b02-cac0-4175-8b1e-e9a2a5521159/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1da3b02-cac0-4175-8b1e-e9a2a5521159",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a047917-0b51-4ff0-ae5c-92b1c4854533/?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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a6cb1a8-a081-4490-ae5f-e90f237edc0d",
            "gambit_id": "4c5b91a7-1628-43bb-b7c4-2f228c6b578c",
            "last_updated": "2022-10-20T09:37:00.559934-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1da3b02-cac0-4175-8b1e-e9a2a5521159/?format=api"
        },
        {
            "id": "9aff177c-5dbf-42d0-9f18-711fb8692251",
            "gambit_id": "cda807b1-2595-410f-8f11-5a5d2e6dd333",
            "last_updated": "2022-10-20T09:37:00.558793-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1da3b02-cac0-4175-8b1e-e9a2a5521159/?format=api"
        }
    ]
}