GET /api/bet_types/bc140165-9df2-4ed0-aad3-c54524238342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc140165-9df2-4ed0-aad3-c54524238342",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f0c51e3-32a4-426a-8ee7-2144fa79ce20/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-29T09:18:06.921427-04: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 216.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 216.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "982a624e-3116-406c-9fad-4ef7dc023e4a",
            "gambit_id": "8df28d2e-e217-4346-bd70-88ac1d2c3bd8",
            "last_updated": "2023-10-30T21:48:16.755052-04:00",
            "created_at": "2023-10-29T09:18:06.926441-04:00",
            "name": "Game Total Over 216.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc140165-9df2-4ed0-aad3-c54524238342/?format=api"
        },
        {
            "id": "3ada071b-c70f-439e-b020-0a182f2de73c",
            "gambit_id": "4fbf7797-f8d8-4218-a954-be7266c8d64e",
            "last_updated": "2023-10-30T21:48:16.758386-04:00",
            "created_at": "2023-10-29T09:18:06.930672-04:00",
            "name": "Game Total Under 216.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc140165-9df2-4ed0-aad3-c54524238342/?format=api"
        }
    ]
}