GET /api/bet_types/c3abd38a-5c12-4953-9f40-fbd21b67fccb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3abd38a-5c12-4953-9f40-fbd21b67fccb",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e063a65-4ea3-44fb-ae2a-257382913c1a/?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 209",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 209",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b28529cb-e723-4fd4-8e9a-502ed36e5034",
            "gambit_id": "62015d7f-5fa2-4db8-b3b8-a01fdd389d26",
            "last_updated": "2022-11-11T21:22:13.342530-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 209",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "209.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3abd38a-5c12-4953-9f40-fbd21b67fccb/?format=api"
        },
        {
            "id": "123df43e-7bf5-4183-ab9d-f9fa2bce7263",
            "gambit_id": "e09681f2-30cd-488b-b8d0-157d404b8d6f",
            "last_updated": "2022-11-11T21:22:13.343699-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 209",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "209.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3abd38a-5c12-4953-9f40-fbd21b67fccb/?format=api"
        }
    ]
}