GET /api/bet_types/964b8f99-d649-4bb4-92d8-5fd5ef247a62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "964b8f99-d649-4bb4-92d8-5fd5ef247a62",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e19b551-1de7-4640-b08c-2b2245c86ba8/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:14.234504-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 249.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 249.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7f64db9-3c23-41d2-8e8f-96dc9f9baced",
            "gambit_id": "9b657b6f-f7bf-4043-9591-f46d7a04a138",
            "last_updated": "2024-01-16T11:13:08.164775-05:00",
            "created_at": "2024-01-13T09:38:14.238601-05:00",
            "name": "Game Total Over 249.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "249.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/964b8f99-d649-4bb4-92d8-5fd5ef247a62/?format=api"
        },
        {
            "id": "b42c34b2-4a95-491d-b0cd-75369d819d38",
            "gambit_id": "0662d1ec-78b7-4bf7-80dc-8e78235cf149",
            "last_updated": "2024-01-16T11:13:08.168364-05:00",
            "created_at": "2024-01-13T09:38:14.243155-05:00",
            "name": "Game Total Under 249.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "249.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/964b8f99-d649-4bb4-92d8-5fd5ef247a62/?format=api"
        }
    ]
}