GET /api/bet_types/1ae5f15f-c6f0-4218-8a30-d3134ef6d63f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ae5f15f-c6f0-4218-8a30-d3134ef6d63f",
    "match": "https://api-prod.gambitprofit.com/api/matches/da084b71-611e-44b4-a6d9-5cf8dce7cef6/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-16T09:03:04.857021-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": "1f1d89aa-a145-40c2-8bc0-16d6ec27b31c",
            "gambit_id": "28dd1abc-539c-422d-91cd-02321ef3f9eb",
            "last_updated": "2024-01-19T11:58:31.231083-05:00",
            "created_at": "2024-01-16T09:03:04.861482-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/1ae5f15f-c6f0-4218-8a30-d3134ef6d63f/?format=api"
        },
        {
            "id": "92b55222-8f85-42d6-a06c-eae9db81915c",
            "gambit_id": "96db84ce-1022-4e14-83bb-84cfaf7d138a",
            "last_updated": "2024-01-19T11:58:31.234203-05:00",
            "created_at": "2024-01-16T09:03:04.866719-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/1ae5f15f-c6f0-4218-8a30-d3134ef6d63f/?format=api"
        }
    ]
}