GET /api/bet_types/1a48a7db-6117-4071-b292-196bd14ddbf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a48a7db-6117-4071-b292-196bd14ddbf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ffe51aa-3950-4968-ac1a-7962e181c8cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-01T09:21:59.426455-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "272ede0c-539d-49b9-b1a1-c838496111c6",
            "gambit_id": "a4d8c432-eeba-49f6-b961-9a80ed03df3f",
            "last_updated": "2023-03-02T07:16:53.373570-05:00",
            "created_at": "2023-03-01T09:21:59.428967-05:00",
            "name": "Game Total Over 232",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a48a7db-6117-4071-b292-196bd14ddbf8/?format=api"
        },
        {
            "id": "cdb03078-d9cd-447e-82a1-e382ced94a6b",
            "gambit_id": "8719f729-b5e7-4546-aa3e-d4650ad7bef5",
            "last_updated": "2023-03-02T07:16:53.372375-05:00",
            "created_at": "2023-03-01T09:21:59.427685-05:00",
            "name": "Game Total Under 232",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a48a7db-6117-4071-b292-196bd14ddbf8/?format=api"
        }
    ]
}