GET /api/bet_types/583cabfe-e4ff-4583-8bbe-a8f3d3c335af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "583cabfe-e4ff-4583-8bbe-a8f3d3c335af",
    "match": "https://api-prod.gambitprofit.com/api/matches/ceb1dfc9-3d03-471a-8e7d-13ca1c998a9b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-27T12:01:56.888912-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 Under 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "388c29e7-c0e2-4208-bd69-be5bbfd73a3a",
            "gambit_id": "16d90744-527e-42a5-83ca-0adadc4ae434",
            "last_updated": "2023-03-28T11:01:57.996229-04:00",
            "created_at": "2023-03-27T12:01:56.891259-04:00",
            "name": "Game Total Under 220",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/583cabfe-e4ff-4583-8bbe-a8f3d3c335af/?format=api"
        },
        {
            "id": "507382ec-a531-41e6-a152-0eaa6592d023",
            "gambit_id": "771fb29b-18b5-4710-bc6a-f4669de51a45",
            "last_updated": "2023-03-28T11:01:57.999154-04:00",
            "created_at": "2023-03-27T12:01:56.894301-04:00",
            "name": "Game Total Over 220",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/583cabfe-e4ff-4583-8bbe-a8f3d3c335af/?format=api"
        }
    ]
}