GET /api/bet_types/c78359fa-6f75-4882-80f9-43044346ba60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c78359fa-6f75-4882-80f9-43044346ba60",
    "match": "https://api-prod.gambitprofit.com/api/matches/28db3a15-d30e-4ba0-807b-e8de37dde72b/?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 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "926ac097-a026-45f1-9215-3229dabd4f02",
            "gambit_id": "62e94869-a336-4d32-b8b3-7c654bd687b5",
            "last_updated": "2022-11-05T09:38:17.055262-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 221",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c78359fa-6f75-4882-80f9-43044346ba60/?format=api"
        },
        {
            "id": "9c7396e9-eb78-43d9-8ec5-f0075cb9a8be",
            "gambit_id": "a64a0d25-9e1b-494b-81f3-194a43fbe52c",
            "last_updated": "2022-11-05T09:38:17.056546-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 221",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c78359fa-6f75-4882-80f9-43044346ba60/?format=api"
        }
    ]
}