GET /api/bet_types/53cc8f60-cff0-4ec6-9f2c-998ec27b9d8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53cc8f60-cff0-4ec6-9f2c-998ec27b9d8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e6b4bcd-44a1-4807-b9dc-b2dccf8b3b4b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:05.267192-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 Over 5.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8ebcc6e-84ab-4c5d-8507-c465a249d4d4",
            "gambit_id": "bb767c7c-37fd-4600-8dca-58e79adf6eab",
            "last_updated": "2023-11-13T14:03:16.281153-05:00",
            "created_at": "2023-11-11T08:53:05.271222-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53cc8f60-cff0-4ec6-9f2c-998ec27b9d8a/?format=api"
        },
        {
            "id": "90571b47-6efc-4912-8c1b-062dbcc14247",
            "gambit_id": "4a19b3ed-de1f-4897-b9e7-49a6daa83e7b",
            "last_updated": "2023-11-13T14:03:16.284622-05:00",
            "created_at": "2023-11-11T08:53:05.275297-05:00",
            "name": "Game Total Under 5.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53cc8f60-cff0-4ec6-9f2c-998ec27b9d8a/?format=api"
        }
    ]
}