GET /api/bet_types/b1df8a3d-0981-4b42-a343-5237faeef07d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1df8a3d-0981-4b42-a343-5237faeef07d",
    "match": "https://api-prod.gambitprofit.com/api/matches/34496507-71ef-43d4-a55d-a3542337f415/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T12:47:11.482894-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 37",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 37",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bc79fd1-3c38-4897-ab06-3fa301b2fac1",
            "gambit_id": "c4b938c0-e4d0-4900-bc72-f5e9c83ba0fe",
            "last_updated": "2022-12-25T18:12:07.282840-05:00",
            "created_at": "2022-12-23T12:47:11.485467-05:00",
            "name": "Game Total Over 37",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1df8a3d-0981-4b42-a343-5237faeef07d/?format=api"
        },
        {
            "id": "0245d549-61be-4ad1-972f-cac8018e2e6b",
            "gambit_id": "df40466d-660d-497f-b8bb-7aaf8987dd45",
            "last_updated": "2022-12-25T18:12:07.281650-05:00",
            "created_at": "2022-12-23T12:47:11.484135-05:00",
            "name": "Game Total Under 37",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1df8a3d-0981-4b42-a343-5237faeef07d/?format=api"
        }
    ]
}