GET /api/bet_types/10af00a7-88cd-4300-9938-285ed636f2f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10af00a7-88cd-4300-9938-285ed636f2f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b63ce23-2c72-4b94-810c-44a710902eff/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-20T08:43:04.693799-04: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 11.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 11.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "790290f0-63c4-4e6c-8b3a-e08767696184",
            "gambit_id": "46969d87-8f8b-49b0-a81f-3037d9473561",
            "last_updated": "2023-08-21T11:13:24.448203-04:00",
            "created_at": "2023-08-20T08:43:04.698375-04:00",
            "name": "Game Total Over 11.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10af00a7-88cd-4300-9938-285ed636f2f7/?format=api"
        },
        {
            "id": "0473908e-ae50-4e1d-bd79-ec4b4e532c5d",
            "gambit_id": "6573cdd4-09ae-43d7-98be-3606719e1c63",
            "last_updated": "2023-08-21T11:13:24.451439-04:00",
            "created_at": "2023-08-20T08:43:04.709158-04:00",
            "name": "Game Total Under 11.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10af00a7-88cd-4300-9938-285ed636f2f7/?format=api"
        }
    ]
}