GET /api/bet_types/942eff32-04f6-4c95-b3eb-3e30ba4cb4d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "942eff32-04f6-4c95-b3eb-3e30ba4cb4d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/81c2ba76-3c1c-4457-a6b6-161198298917/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-20T08:33:21.344586-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 9",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "04683d4b-a7cc-4e8e-a4b0-7e3f7995153d",
            "gambit_id": "617a9518-b105-4921-a02e-aa8645bda00f",
            "last_updated": "2023-06-22T10:08:26.372762-04:00",
            "created_at": "2023-06-20T08:33:21.346895-04:00",
            "name": "Game Total Over 9",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/942eff32-04f6-4c95-b3eb-3e30ba4cb4d4/?format=api"
        },
        {
            "id": "49577acf-74cf-4cc0-8699-218f2b4f378f",
            "gambit_id": "242f8324-b4d4-4167-aef7-d2e6cd0458a7",
            "last_updated": "2023-06-22T10:08:26.375341-04:00",
            "created_at": "2023-06-20T08:33:21.349106-04:00",
            "name": "Game Total Under 9",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/942eff32-04f6-4c95-b3eb-3e30ba4cb4d4/?format=api"
        }
    ]
}