GET /api/bet_types/608f4d9d-dafa-441a-b4e5-382b881a6d63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "608f4d9d-dafa-441a-b4e5-382b881a6d63",
    "match": "https://api-prod.gambitprofit.com/api/matches/8835f318-8fc6-48b7-abc9-864e17905e92/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-09T13:28:20.639164-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.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "68bbcb40-e945-4290-9d95-b62efc8ea72e",
            "gambit_id": "91bc041a-0f10-4d39-ad4f-89cf379120c5",
            "last_updated": "2023-09-11T09:08:31.622741-04:00",
            "created_at": "2023-09-09T13:28:20.649361-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/608f4d9d-dafa-441a-b4e5-382b881a6d63/?format=api"
        },
        {
            "id": "2f8b8909-08d6-45ff-95da-e876f0e2c5d4",
            "gambit_id": "aac5fd81-164a-436f-96c8-b94318d1d572",
            "last_updated": "2023-09-11T09:08:31.626136-04:00",
            "created_at": "2023-09-09T13:28:20.668071-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/608f4d9d-dafa-441a-b4e5-382b881a6d63/?format=api"
        }
    ]
}