GET /api/bet_types/aa645d05-8d59-45de-ac34-cd569e4a9e5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa645d05-8d59-45de-ac34-cd569e4a9e5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe29d50e-0a35-4529-aa5a-aeef7e6b8039/?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 49.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 49.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5ce5926-8c88-4547-82b6-8984d819b465",
            "gambit_id": "1252c4ca-bfe1-48eb-abfa-dc5b3b55cf5b",
            "last_updated": "2022-09-11T10:52:30.204454-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa645d05-8d59-45de-ac34-cd569e4a9e5c/?format=api"
        },
        {
            "id": "55a000a2-ecb9-4f0c-8178-377e53f2ff3f",
            "gambit_id": "f925298a-7014-4c7d-9758-ebfba06c54a8",
            "last_updated": "2022-09-11T10:52:30.205617-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa645d05-8d59-45de-ac34-cd569e4a9e5c/?format=api"
        }
    ]
}