GET /api/bet_types/d2da9264-8a2a-4ab6-8d6e-e74691f009a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2da9264-8a2a-4ab6-8d6e-e74691f009a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/27beffac-1a6d-4193-933e-06d191237044/?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 Over 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "23778fad-5d7d-42a1-bafc-bda34968f26c",
            "gambit_id": "612cce5c-3d54-434c-93d9-17efac0ed00a",
            "last_updated": "2022-11-14T15:07:42.441626-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2da9264-8a2a-4ab6-8d6e-e74691f009a6/?format=api"
        },
        {
            "id": "6de2589b-8ccd-4847-aeb4-b1e5fd0ecfa4",
            "gambit_id": "8c69444b-988c-4d7b-9fe9-6edcbc1d01a1",
            "last_updated": "2022-11-14T15:07:42.440394-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2da9264-8a2a-4ab6-8d6e-e74691f009a6/?format=api"
        }
    ]
}