GET /api/bet_types/169cafd2-f915-4295-a407-cf27f7a7b224/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "169cafd2-f915-4295-a407-cf27f7a7b224",
    "match": "https://api-prod.gambitprofit.com/api/matches/06f72b66-2171-4b80-853d-1d8045c31a91/?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 7.5",
                "amount": 5204.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "22aae46f-0639-455e-a4ce-c9c70040c87a",
            "gambit_id": "3038ee36-09d1-4ae0-a88a-3ab41f2f6d95",
            "last_updated": "2022-08-14T13:51:58.974624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/169cafd2-f915-4295-a407-cf27f7a7b224/?format=api"
        },
        {
            "id": "a45cca3e-ea6e-48ac-9980-b6234595deea",
            "gambit_id": "720c189d-ff08-41bb-8aee-d466e83e64e8",
            "last_updated": "2022-08-14T13:51:58.974187-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/169cafd2-f915-4295-a407-cf27f7a7b224/?format=api"
        }
    ]
}