GET /api/bet_types/cd704d9f-ff7e-4ed5-8afb-82a9c767e8ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd704d9f-ff7e-4ed5-8afb-82a9c767e8ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/f241a482-6abd-4109-b59c-67be6bc14573/?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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc4031ed-ef30-4bfc-a1be-d7cb5b32b07f",
            "gambit_id": "bf8cf88e-aa6b-4245-ada4-f89b68919aa7",
            "last_updated": "2022-10-24T10:02:10.869777-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd704d9f-ff7e-4ed5-8afb-82a9c767e8ab/?format=api"
        },
        {
            "id": "f8e32c9e-bdb3-4ec2-84b1-25721e52d406",
            "gambit_id": "e4859213-a1fa-47a0-a654-2e9c68bb83d7",
            "last_updated": "2022-10-24T10:02:10.870784-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd704d9f-ff7e-4ed5-8afb-82a9c767e8ab/?format=api"
        }
    ]
}