GET /api/bet_types/3b7cd364-08c6-4c96-bafc-781676e99bc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b7cd364-08c6-4c96-bafc-781676e99bc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/472e5e10-878b-47c6-aaf3-48d1e58d9bd2/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T09:58:18.654030-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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebb14440-9273-47cb-afa5-a3222ce6d9af",
            "gambit_id": "b264428e-2496-4af8-ace8-d4f5276df39e",
            "last_updated": "2024-02-03T10:37:58.095374-05:00",
            "created_at": "2024-02-02T09:58:18.658473-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b7cd364-08c6-4c96-bafc-781676e99bc9/?format=api"
        },
        {
            "id": "18454a51-230e-4c02-b202-ab45687bb361",
            "gambit_id": "5856eefb-c058-40c6-b17a-dc1ec2b6cd0a",
            "last_updated": "2024-02-03T10:37:58.098515-05:00",
            "created_at": "2024-02-02T09:58:18.663838-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b7cd364-08c6-4c96-bafc-781676e99bc9/?format=api"
        }
    ]
}