GET /api/bet_types/723da2c4-6233-42f5-a24e-68a94149ffb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "723da2c4-6233-42f5-a24e-68a94149ffb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf4a68d9-c2b8-431e-a225-5c172ad86aa8/?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 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a40fe80-5d6c-49fd-9d9c-dd3e18cf9da3",
            "gambit_id": "f83cb477-6c97-47c6-8da6-55bf7a484987",
            "last_updated": "2022-10-11T11:22:04.780367-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/723da2c4-6233-42f5-a24e-68a94149ffb1/?format=api"
        },
        {
            "id": "a381d397-8fd8-4fec-9255-4c2f029875e5",
            "gambit_id": "e7395396-1e60-4f66-ac22-795b33ec011b",
            "last_updated": "2022-10-11T11:22:04.781500-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/723da2c4-6233-42f5-a24e-68a94149ffb1/?format=api"
        }
    ]
}