GET /api/bet_types/0e512a2f-0091-4f87-a09b-84112f316744/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e512a2f-0091-4f87-a09b-84112f316744",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb51eb5d-2577-4c5a-aa50-3032f91de258/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:22:13.693339-04: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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "04aeb03b-b723-4257-8418-3ce9637f2605",
            "gambit_id": "8fd6a46c-a490-4ac5-bbd6-5821b8c086c4",
            "last_updated": "2023-06-05T10:57:19.725103-04:00",
            "created_at": "2023-06-03T11:22:13.699507-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e512a2f-0091-4f87-a09b-84112f316744/?format=api"
        },
        {
            "id": "bf64dd1d-c90f-4250-8335-4ea83a400047",
            "gambit_id": "0e460e82-ca4c-4653-ac1d-c52573ab2516",
            "last_updated": "2023-06-05T10:57:19.727015-04:00",
            "created_at": "2023-06-03T11:22:13.701868-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e512a2f-0091-4f87-a09b-84112f316744/?format=api"
        }
    ]
}