GET /api/bet_types/cf27f5fa-20b8-49e2-9ab5-2a7ff161e17c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf27f5fa-20b8-49e2-9ab5-2a7ff161e17c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ccc6e55-69ec-471b-8a0d-f50c269aa65d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-03T11:23:16.862052-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee7ae8f1-c3d6-4659-a039-1507544c1e56",
            "gambit_id": "c65c054d-372c-4f35-b239-dd77bb1a6e42",
            "last_updated": "2023-11-04T10:38:16.302366-04:00",
            "created_at": "2023-11-03T11:23:16.866145-04:00",
            "name": "Game Total Over 224.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf27f5fa-20b8-49e2-9ab5-2a7ff161e17c/?format=api"
        },
        {
            "id": "961a9cbe-9021-49c9-84ba-cd52551517ee",
            "gambit_id": "aa641a91-891e-40aa-8b1e-af131ab47dfb",
            "last_updated": "2023-11-04T10:38:16.305946-04:00",
            "created_at": "2023-11-03T11:23:16.870077-04:00",
            "name": "Game Total Under 224.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf27f5fa-20b8-49e2-9ab5-2a7ff161e17c/?format=api"
        }
    ]
}