GET /api/bet_types/1e44296d-ec46-439d-b5e8-db2997b8628f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e44296d-ec46-439d-b5e8-db2997b8628f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c774937-2a10-48c4-8783-d16e74ea8748/?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",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "dede5592-57d0-471d-97ce-a7eafee4a2a9",
            "gambit_id": "f5c5468f-a37f-4a7e-96ed-48fd8d94ba76",
            "last_updated": "2022-10-02T15:17:30.740641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e44296d-ec46-439d-b5e8-db2997b8628f/?format=api"
        },
        {
            "id": "61cd170a-4430-41ad-a5f3-ac6620249763",
            "gambit_id": "c590a2ea-8a58-445e-b1dd-61d1ab57f27a",
            "last_updated": "2022-10-02T15:17:30.739467-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e44296d-ec46-439d-b5e8-db2997b8628f/?format=api"
        }
    ]
}