GET /api/bet_types/044b2154-51ee-495d-a4b0-93c7443b57e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "044b2154-51ee-495d-a4b0-93c7443b57e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8a79bc9-14f8-4dff-8855-da0607bb4494/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:12.941250-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 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0dab5385-d87e-4271-9fce-1a754f9b039e",
            "gambit_id": "f2fa4e2f-5407-4652-9be0-d4cc0b8ad0d5",
            "last_updated": "2024-01-26T20:48:21.289070-05:00",
            "created_at": "2024-01-25T13:28:12.950024-05:00",
            "name": "Game Total Under 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/044b2154-51ee-495d-a4b0-93c7443b57e7/?format=api"
        },
        {
            "id": "03e3de45-a679-4d53-9816-09780d4217da",
            "gambit_id": "ff798bfa-dbbe-4b18-9c94-b6753117f663",
            "last_updated": "2024-01-26T20:48:21.285726-05:00",
            "created_at": "2024-01-25T13:28:12.945617-05:00",
            "name": "Game Total Over 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/044b2154-51ee-495d-a4b0-93c7443b57e7/?format=api"
        }
    ]
}