GET /api/bet_types/f40f3723-2ba8-4c63-9dba-1bf5cf7ec024/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f40f3723-2ba8-4c63-9dba-1bf5cf7ec024",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5da3007-ee24-4e48-a2e6-9aab2d2bd50e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T09:57:07.819413-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 Under 8.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef5f794c-c630-45cf-9cf9-b9563f98ffdc",
            "gambit_id": "8b35f9b9-73cc-464b-b7df-38c1219f3612",
            "last_updated": "2023-04-03T14:21:50.725150-04:00",
            "created_at": "2023-04-02T09:57:07.820920-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f40f3723-2ba8-4c63-9dba-1bf5cf7ec024/?format=api"
        },
        {
            "id": "bb27e855-39e7-48c4-bb25-55836d6d81f2",
            "gambit_id": "b8601d6c-2891-4616-8ddc-bdef3f805350",
            "last_updated": "2023-04-03T14:21:50.727341-04:00",
            "created_at": "2023-04-02T09:57:07.822762-04:00",
            "name": "Game Total Over 8.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f40f3723-2ba8-4c63-9dba-1bf5cf7ec024/?format=api"
        }
    ]
}