GET /api/bet_types/e3ea28b3-985a-43e8-8bbd-af7cbb71d411/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3ea28b3-985a-43e8-8bbd-af7cbb71d411",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcac2901-da81-4e88-ad92-dc7d2a748b59/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-24T09:13:14.736826-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbbdb0ed-dbab-4f8e-954b-4cad1c05cbcb",
            "gambit_id": "011eecb8-5953-498d-acc1-d5c44509f733",
            "last_updated": "2024-01-26T13:18:10.150131-05:00",
            "created_at": "2024-01-24T09:13:14.741026-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3ea28b3-985a-43e8-8bbd-af7cbb71d411/?format=api"
        },
        {
            "id": "52541ac1-9d74-41fb-a89f-dfa8f81031b5",
            "gambit_id": "2ad0cf50-09d3-4ce9-830e-52865b2f4e49",
            "last_updated": "2024-01-26T13:18:10.155697-05:00",
            "created_at": "2024-01-24T09:13:14.753602-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3ea28b3-985a-43e8-8bbd-af7cbb71d411/?format=api"
        }
    ]
}