GET /api/bet_types/0ba0f9f1-4e20-4517-b003-5f2b79d6a519/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ba0f9f1-4e20-4517-b003-5f2b79d6a519",
    "match": "https://api-prod.gambitprofit.com/api/matches/34d19fc4-ad4d-4d54-ae50-0f46f2757a31/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:32:13.813347-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 7",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd5ec9d5-3fb6-4f16-87d4-b4ab92127fa3",
            "gambit_id": "2d8e5443-36be-4f35-8139-8a5e4a64d13c",
            "last_updated": "2023-04-05T09:41:56.365982-04:00",
            "created_at": "2023-04-04T09:32:13.817554-04:00",
            "name": "Game Total Under 7",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba0f9f1-4e20-4517-b003-5f2b79d6a519/?format=api"
        },
        {
            "id": "41a84b54-11f2-4099-8193-5934548cf0d1",
            "gambit_id": "00131639-8dce-4635-ae63-270e24b21613",
            "last_updated": "2023-04-05T09:41:56.367818-04:00",
            "created_at": "2023-04-04T09:32:13.820384-04:00",
            "name": "Game Total Over 7",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba0f9f1-4e20-4517-b003-5f2b79d6a519/?format=api"
        }
    ]
}