GET /api/bet_types/3db5f9fb-3a91-48ec-8ac8-a5d70215afb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3db5f9fb-3a91-48ec-8ac8-a5d70215afb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/10e137cd-99aa-416b-bf9e-7533d110627a/?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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b64554e-b344-4fde-b2d9-e1000f049565",
            "gambit_id": "de3e7cf2-ea98-49e5-9276-3daf2e4c9bf0",
            "last_updated": "2022-11-08T10:57:07.808448-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3db5f9fb-3a91-48ec-8ac8-a5d70215afb1/?format=api"
        },
        {
            "id": "a6707600-8986-47eb-9707-501db6bab4f3",
            "gambit_id": "41aac67f-4020-4bbd-be89-a9ba72de47bc",
            "last_updated": "2022-11-08T10:57:07.809575-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3db5f9fb-3a91-48ec-8ac8-a5d70215afb1/?format=api"
        }
    ]
}