GET /api/bet_types/bb6c6d7b-5263-472b-8735-ccac2333a9cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb6c6d7b-5263-472b-8735-ccac2333a9cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/07a5cdca-a967-42b1-b247-b5fe9bbd5778/?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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bc327aa-4cc6-413f-82bb-676fa66cad34",
            "gambit_id": "c28e3a04-fb6a-4f5e-b157-ee6606a052d1",
            "last_updated": "2022-09-05T09:42:20.008976-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb6c6d7b-5263-472b-8735-ccac2333a9cb/?format=api"
        },
        {
            "id": "7ff1bdd0-ed1c-41e7-a8dd-b9672bd97e1f",
            "gambit_id": "8b212fe3-0f96-40b8-abd8-b13ecc82806a",
            "last_updated": "2022-09-05T09:42:20.010155-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb6c6d7b-5263-472b-8735-ccac2333a9cb/?format=api"
        }
    ]
}