GET /api/bet_types/fb27b4f9-6f85-408d-888d-1f2a4ead3b8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb27b4f9-6f85-408d-888d-1f2a4ead3b8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e84ca3c-8753-46f2-b3d3-c711bccd7f16/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-10T15:52:09.443589-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 6",
                "amount": 5292.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc1815ba-b53a-4698-b0ec-e8c3e69e9ed8",
            "gambit_id": "7c9f51b1-89ef-4b89-8892-02d85cea7c14",
            "last_updated": "2023-01-11T10:46:57.791526-05:00",
            "created_at": "2023-01-10T15:52:09.446543-05:00",
            "name": "Game Total Over 6",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb27b4f9-6f85-408d-888d-1f2a4ead3b8a/?format=api"
        },
        {
            "id": "6ee1486a-9aaf-4fdf-a6a6-3ed411c1d345",
            "gambit_id": "523e213a-8627-4b09-a424-fbe4f46c2993",
            "last_updated": "2023-01-11T10:46:57.790426-05:00",
            "created_at": "2023-01-10T15:52:09.445191-05:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb27b4f9-6f85-408d-888d-1f2a4ead3b8a/?format=api"
        }
    ]
}