GET /api/bet_types/442697bf-04d7-4aea-b9f0-ceda6cbf9366/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "442697bf-04d7-4aea-b9f0-ceda6cbf9366",
    "match": "https://api-prod.gambitprofit.com/api/matches/20e77f03-408a-458d-a32e-527dcef08a21/?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 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e601dd0-a980-46ba-bf2b-5cb80375cfb9",
            "gambit_id": "723f5da6-744a-4064-b812-80baa2450a1b",
            "last_updated": "2022-10-22T09:22:27.226510-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 221",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/442697bf-04d7-4aea-b9f0-ceda6cbf9366/?format=api"
        },
        {
            "id": "e9fda18e-1d57-495d-98c4-83344f421b01",
            "gambit_id": "ee766e27-d7eb-4840-8b99-513f639f5682",
            "last_updated": "2022-10-22T09:22:27.227689-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 221",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/442697bf-04d7-4aea-b9f0-ceda6cbf9366/?format=api"
        }
    ]
}