GET /api/bet_types/b98c45aa-7713-4320-8528-cfdc13fb3236/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b98c45aa-7713-4320-8528-cfdc13fb3236",
    "match": "https://api-prod.gambitprofit.com/api/matches/9455feb8-1d57-4a10-8c90-84a96cd86bc1/?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 32.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 32.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "3af2dec0-5af2-483b-aabf-35cdae68d0db",
            "gambit_id": "9c20b14a-696a-4b01-a19b-dcf492423aaa",
            "last_updated": "2022-08-14T13:52:13.708826-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 32.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "32.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b98c45aa-7713-4320-8528-cfdc13fb3236/?format=api"
        },
        {
            "id": "5d507af4-50db-4000-8c25-611ee353f92c",
            "gambit_id": "47e3438c-3729-4b1a-8894-20b26a7acc7b",
            "last_updated": "2022-08-14T13:52:13.708414-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 32.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "32.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b98c45aa-7713-4320-8528-cfdc13fb3236/?format=api"
        }
    ]
}