GET /api/bet_types/2ea921c6-b7bd-476d-83b1-862acfc65386/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ea921c6-b7bd-476d-83b1-862acfc65386",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b9ad22e-3380-4335-836c-2b374663f92e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T22:23:06.896536-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 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9173.08,
        "profit_sb": -326.92,
        "profit_sb_percentage": -3.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b1d5981-59dc-4a81-9528-f452fdc5eeca",
            "gambit_id": "f1d0949d-fcdf-4923-8c6a-b3efbab82bec",
            "last_updated": "2024-01-23T18:57:56.121338-05:00",
            "created_at": "2024-01-19T22:23:06.904922-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.81000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ea921c6-b7bd-476d-83b1-862acfc65386/?format=api"
        },
        {
            "id": "06257685-4cc9-4dad-aa64-08b158f392c6",
            "gambit_id": "b7af7fe7-74de-4fac-8673-155f54043ac2",
            "last_updated": "2024-01-23T18:57:56.117788-05:00",
            "created_at": "2024-01-19T22:23:06.900068-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ea921c6-b7bd-476d-83b1-862acfc65386/?format=api"
        }
    ]
}