GET /api/bet_types/79ccd79e-2cfb-4232-aa5b-b612f96f75cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79ccd79e-2cfb-4232-aa5b-b612f96f75cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c8c6c71-92f0-462c-a0f6-a5d62569dac0/?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 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5053c859-5f84-48a0-8354-c1c49c7e2e93",
            "gambit_id": "b38bfe13-194d-420c-af5b-59856666fac3",
            "last_updated": "2022-12-24T17:12:20.294066-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79ccd79e-2cfb-4232-aa5b-b612f96f75cf/?format=api"
        },
        {
            "id": "7590cc2f-db4e-4eac-b501-f27bb60b037a",
            "gambit_id": "a05739c0-38cc-400e-9daa-7f41e946c021",
            "last_updated": "2022-12-24T17:12:20.292898-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79ccd79e-2cfb-4232-aa5b-b612f96f75cf/?format=api"
        }
    ]
}