GET /api/bet_types/20876004-1c93-4ff4-87ec-8887b35f2d99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20876004-1c93-4ff4-87ec-8887b35f2d99",
    "match": "https://api-prod.gambitprofit.com/api/matches/37fbd4d4-f967-4c52-8a58-fdcdeca3b7b9/?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 Under 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff92ca74-702e-47c3-bb47-f038685b1e88",
            "gambit_id": "8e8c16b3-9d64-4d12-b31d-0a755106c5e7",
            "last_updated": "2022-12-23T09:32:13.727085-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20876004-1c93-4ff4-87ec-8887b35f2d99/?format=api"
        },
        {
            "id": "dc56adb1-e653-454d-b0f0-c495dcf48f19",
            "gambit_id": "228d1984-f6ad-40d6-acfb-885ca783bbf3",
            "last_updated": "2022-12-23T09:32:13.728222-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20876004-1c93-4ff4-87ec-8887b35f2d99/?format=api"
        }
    ]
}