GET /api/bet_types/fd3ce892-055d-4338-882c-8d6cf3c51b07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd3ce892-055d-4338-882c-8d6cf3c51b07",
    "match": "https://api-prod.gambitprofit.com/api/matches/38594570-e45b-433a-9e66-f7f9d25be4c8/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:11.409571-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0355fb2d-5e11-4db3-9d82-39a6fcb00252",
            "gambit_id": "fe91c6c7-d394-4365-a645-2c80be11d270",
            "last_updated": "2024-01-26T20:58:23.052416-05:00",
            "created_at": "2024-01-25T13:28:11.418570-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd3ce892-055d-4338-882c-8d6cf3c51b07/?format=api"
        },
        {
            "id": "ddfd9fd0-0ff8-47b6-b467-f7ae78c36dea",
            "gambit_id": "9be472e6-eeb8-4b22-b5f0-b93f5e36e123",
            "last_updated": "2024-01-26T20:58:23.048920-05:00",
            "created_at": "2024-01-25T13:28:11.413941-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd3ce892-055d-4338-882c-8d6cf3c51b07/?format=api"
        }
    ]
}