GET /api/bet_types/030df08c-f43d-460c-a7fa-11d304bd05ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "030df08c-f43d-460c-a7fa-11d304bd05ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/da43576f-001f-4be8-94f1-1ed7b052be83/?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 222",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fc5500f-5f1d-48c9-9682-d0fbca554ce0",
            "gambit_id": "6c10ea88-8896-428a-abfc-edbabcc6d257",
            "last_updated": "2022-12-17T19:37:20.647247-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 222",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/030df08c-f43d-460c-a7fa-11d304bd05ac/?format=api"
        },
        {
            "id": "07293485-9289-4689-b02f-2b0007f33e06",
            "gambit_id": "c0bfaec3-4537-4380-8e95-06cb47801b4f",
            "last_updated": "2022-12-17T19:37:20.648310-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 222",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/030df08c-f43d-460c-a7fa-11d304bd05ac/?format=api"
        }
    ]
}