GET /api/bet_types/52939813-e790-4121-80bb-085c7a02004e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52939813-e790-4121-80bb-085c7a02004e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad1e8eba-8e08-4825-9c99-2bf474019d8f/?format=api",
    "name": "Play the Odds",
    "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": "HOU",
                "amount": 5756.0
            },
            {
                "team": "ATL",
                "amount": 4244.0
            }
        ],
        "expected_reward_tokens": 9209.48,
        "profit_sb": 209.48,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d386e36-2500-43fa-bb1a-7e4e13c72dfc",
            "gambit_id": "e787c291-4774-4265-a965-f98d164e9812",
            "last_updated": "2022-08-21T12:52:08.228264-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52939813-e790-4121-80bb-085c7a02004e/?format=api"
        },
        {
            "id": "bb596360-c233-4130-8224-1f0205dce670",
            "gambit_id": "b42b0324-edc0-495d-8ce0-72a06b108ab4",
            "last_updated": "2022-08-21T12:52:08.228667-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.17000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52939813-e790-4121-80bb-085c7a02004e/?format=api"
        }
    ]
}