GET /api/bet_types/5c8675eb-b50f-4914-8b5c-f48ba75fbb92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c8675eb-b50f-4914-8b5c-f48ba75fbb92",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2e36fd5-3eeb-4c4c-a83b-509763cba3a5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-13T09:11:47.732201-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 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8e31908-ccc1-4955-bfff-4c2a8aee8020",
            "gambit_id": "af4a8df8-0a8f-487d-b89f-d67b4bd48939",
            "last_updated": "2023-01-14T12:07:00.295985-05:00",
            "created_at": "2023-01-13T09:11:47.733466-05:00",
            "name": "Game Total Under 220",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c8675eb-b50f-4914-8b5c-f48ba75fbb92/?format=api"
        },
        {
            "id": "fcf33c88-cc60-4cbf-be74-ded4d4f2b7ad",
            "gambit_id": "d094a94e-6fa6-4f04-8f9e-3f20a666ec74",
            "last_updated": "2023-01-14T12:07:00.299117-05:00",
            "created_at": "2023-01-13T09:11:47.734722-05:00",
            "name": "Game Total Over 220",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c8675eb-b50f-4914-8b5c-f48ba75fbb92/?format=api"
        }
    ]
}