GET /api/bet_types/7069f8a2-ef0c-400e-ba57-213e4eec55be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7069f8a2-ef0c-400e-ba57-213e4eec55be",
    "match": "https://api-prod.gambitprofit.com/api/matches/22a4513b-a0e1-424d-a3c5-f18d75c6f0d2/?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 Over 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6dfd7000-da8e-4924-bbde-07d27d421c6c",
            "gambit_id": "b560d74d-053c-42c2-b751-07b99df4bb50",
            "last_updated": "2022-12-05T15:47:15.657509-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 230",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7069f8a2-ef0c-400e-ba57-213e4eec55be/?format=api"
        },
        {
            "id": "93c70035-89ea-4846-a4e0-f611964976e0",
            "gambit_id": "0aa246a5-a1e1-4c6e-90fd-47db57dbabf4",
            "last_updated": "2022-12-05T15:47:15.656266-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 230",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7069f8a2-ef0c-400e-ba57-213e4eec55be/?format=api"
        }
    ]
}