GET /api/bet_types/cda88477-33e3-4063-a9e7-818ff40b734f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cda88477-33e3-4063-a9e7-818ff40b734f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c81586d-127a-4497-87c9-ca86c6e6c8c5/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:19.980242-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bb021fa-0df0-4b53-8d78-da3bf7f767dc",
            "gambit_id": "a51753bb-1d83-4d21-9ab3-e08a4af577ea",
            "last_updated": "2024-02-01T10:53:01.248428-05:00",
            "created_at": "2024-01-31T09:58:19.990380-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cda88477-33e3-4063-a9e7-818ff40b734f/?format=api"
        },
        {
            "id": "adf315e5-ba9f-48bf-bd69-553d1f58f4b8",
            "gambit_id": "3a0ce50a-5268-400e-87d5-c4ed1579df0a",
            "last_updated": "2024-02-01T10:53:01.238044-05:00",
            "created_at": "2024-01-31T09:58:19.985226-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cda88477-33e3-4063-a9e7-818ff40b734f/?format=api"
        }
    ]
}