GET /api/bet_types/177c2076-8f70-42d7-b012-8e2b24361a64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "177c2076-8f70-42d7-b012-8e2b24361a64",
    "match": "https://api-prod.gambitprofit.com/api/matches/dacdcf88-b754-432a-897b-06eac4ed26f3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-11T09:38:03.461345-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2181a82f-d728-4613-8674-2b60f7a0b1db",
            "gambit_id": "ec017a33-ea87-4050-a85d-aba719192f8f",
            "last_updated": "2023-12-12T21:43:21.953729-05:00",
            "created_at": "2023-12-11T09:38:03.465201-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/177c2076-8f70-42d7-b012-8e2b24361a64/?format=api"
        },
        {
            "id": "4e7f2623-f802-4330-af03-4dc878b60f51",
            "gambit_id": "a3292d0c-ced4-437b-9d68-dfb49ba47ae0",
            "last_updated": "2023-12-12T21:43:21.969013-05:00",
            "created_at": "2023-12-11T09:38:03.470366-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/177c2076-8f70-42d7-b012-8e2b24361a64/?format=api"
        }
    ]
}