GET /api/bet_types/8a68a0a9-a2e4-4703-8bf0-26054ab1d013/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a68a0a9-a2e4-4703-8bf0-26054ab1d013",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bfb41c1-3bd6-4b97-8fc0-13f727d51295/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5140.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4860.0
            }
        ],
        "expected_reward_tokens": 8892.2,
        "profit_sb": -107.8,
        "profit_sb_percentage": -1.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "4040b8ae-158f-4a3c-a051-733545b9e5bb",
            "gambit_id": "ef193cb3-412e-4394-bf33-f7c6982eb2a0",
            "last_updated": "2022-10-03T18:32:19.084517-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.73000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a68a0a9-a2e4-4703-8bf0-26054ab1d013/?format=api"
        },
        {
            "id": "6f578db7-cc7c-4be4-a65e-6421459a8055",
            "gambit_id": "ca73fa5a-0f45-4f4d-883b-7ead902c7ff2",
            "last_updated": "2022-10-03T18:32:19.085667-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.83000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a68a0a9-a2e4-4703-8bf0-26054ab1d013/?format=api"
        }
    ]
}