GET /api/bet_types/cb575571-7f16-4d25-b3b5-74ac1e64a13e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb575571-7f16-4d25-b3b5-74ac1e64a13e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a350745-7619-477f-bda0-4789b9ff2264/?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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9d712e8-46cd-44a6-9722-b23e00d23c07",
            "gambit_id": "ed909a1e-6f8b-4ec9-9ccd-6b31d707eff4",
            "last_updated": "2022-11-08T11:01:59.472520-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb575571-7f16-4d25-b3b5-74ac1e64a13e/?format=api"
        },
        {
            "id": "8ee9a3ce-504e-4d0c-8049-bade7074bf60",
            "gambit_id": "f565f617-9683-46e3-ad0d-915c1e8f86f0",
            "last_updated": "2022-11-08T11:01:59.471414-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb575571-7f16-4d25-b3b5-74ac1e64a13e/?format=api"
        }
    ]
}