GET /api/bet_types/cc7a39b2-948e-4789-8ba5-f98434647b6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc7a39b2-948e-4789-8ba5-f98434647b6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/86900b19-e2f9-4cdd-b6a1-040444474d8a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-10T10:03:06.049088-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6a52184-4121-4a4e-9cdf-5639be7560d8",
            "gambit_id": "f41bddff-a285-4723-85ed-bf8af096f9df",
            "last_updated": "2023-09-12T11:33:03.973768-04:00",
            "created_at": "2023-09-10T10:03:06.057956-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc7a39b2-948e-4789-8ba5-f98434647b6c/?format=api"
        },
        {
            "id": "8c81100e-df00-4c32-8499-680b87fda9a8",
            "gambit_id": "c4ebf82a-f11b-4024-9f32-f92380dcb881",
            "last_updated": "2023-09-12T11:33:03.978161-04:00",
            "created_at": "2023-09-10T10:03:06.063338-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc7a39b2-948e-4789-8ba5-f98434647b6c/?format=api"
        }
    ]
}