GET /api/bet_types/e26d20d8-779b-475c-8656-027410e69e32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e26d20d8-779b-475c-8656-027410e69e32",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad6fe0ad-a56c-4da3-8d2c-42056d29f18c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-26T10:56:56.283402-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0704214c-5f6a-495b-90bf-bb49f2189879",
            "gambit_id": "006b9d5b-c98b-41f9-b1e3-aebe5a78cdc4",
            "last_updated": "2023-01-27T10:02:16.823867-05:00",
            "created_at": "2023-01-26T10:56:56.286848-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e26d20d8-779b-475c-8656-027410e69e32/?format=api"
        },
        {
            "id": "53bbf889-430b-45c8-a479-4d6446781eee",
            "gambit_id": "c91bdd2c-54d4-48c1-8400-c59b8a1770ec",
            "last_updated": "2023-01-27T10:02:16.822361-05:00",
            "created_at": "2023-01-26T10:56:56.284937-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e26d20d8-779b-475c-8656-027410e69e32/?format=api"
        }
    ]
}