GET /api/bet_types/5b6531aa-faa3-4c82-a56a-2d3ed981c1ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b6531aa-faa3-4c82-a56a-2d3ed981c1ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/c03a624e-3797-451f-93f6-b9329d81c2d6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:18:01.926639-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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ebb2f00-d55b-40e6-810c-6ccb4ab745f1",
            "gambit_id": "e632f63f-f389-40f6-a063-945fe4d88a77",
            "last_updated": "2023-12-26T15:08:11.957351-05:00",
            "created_at": "2023-12-23T09:18:01.930015-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6531aa-faa3-4c82-a56a-2d3ed981c1ef/?format=api"
        },
        {
            "id": "088ba37d-b4df-4bcf-a394-29ac90c74a3a",
            "gambit_id": "32244b92-47dc-4e1c-b2e6-64a30c1d6ad4",
            "last_updated": "2023-12-26T15:08:11.960540-05:00",
            "created_at": "2023-12-23T09:18:01.933822-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6531aa-faa3-4c82-a56a-2d3ed981c1ef/?format=api"
        }
    ]
}