GET /api/bet_types/2eb10c77-1eab-4978-aa17-951ffc1be3e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2eb10c77-1eab-4978-aa17-951ffc1be3e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/55a386a1-eda6-4b12-8e1a-6061cd0faee8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-17T09:53:17.271583-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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4765cba7-c784-4d30-8445-f01718aad3d6",
            "gambit_id": "0838b950-fd04-45ff-99f0-47933e91f06c",
            "last_updated": "2023-12-19T10:13:20.381558-05:00",
            "created_at": "2023-12-17T09:53:17.275247-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eb10c77-1eab-4978-aa17-951ffc1be3e0/?format=api"
        },
        {
            "id": "5495c6e1-3e2e-4953-976b-380f9e3f827a",
            "gambit_id": "58a0a62b-b075-42c2-80c2-f7403a948f99",
            "last_updated": "2023-12-19T10:13:20.386180-05:00",
            "created_at": "2023-12-17T09:53:17.280101-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eb10c77-1eab-4978-aa17-951ffc1be3e0/?format=api"
        }
    ]
}