GET /api/bet_types/1e6c33ee-ba46-4e7a-9260-912217ab6d41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e6c33ee-ba46-4e7a-9260-912217ab6d41",
    "match": "https://api-prod.gambitprofit.com/api/matches/0595379e-21a1-4461-bc75-f2004973660a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 41",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9280086d-6b96-4ab6-a997-2b21aae2e87c",
            "gambit_id": "a0250821-7376-4ee6-b8a9-9069e21608a5",
            "last_updated": "2022-11-21T15:53:12.593032-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 41",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e6c33ee-ba46-4e7a-9260-912217ab6d41/?format=api"
        },
        {
            "id": "ea2f6995-093e-4942-90f1-f9d1e76476fa",
            "gambit_id": "26dd58e2-6627-4f48-a94e-daa18a65212e",
            "last_updated": "2022-11-21T15:53:12.594194-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 41",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e6c33ee-ba46-4e7a-9260-912217ab6d41/?format=api"
        }
    ]
}