GET /api/bet_types/63c41f0c-1b3b-420b-9faa-20e204e615f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63c41f0c-1b3b-420b-9faa-20e204e615f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e92f17d-8395-4951-b45d-ac9100b027d7/?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": "OAK",
                "amount": 5316.0
            },
            {
                "team": "LAA",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "109fd612-281e-43fa-912b-04111c50256f",
            "gambit_id": "9b4d2487-824a-4adf-9ddf-77019b178aae",
            "last_updated": "2022-10-04T13:12:05.863789-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63c41f0c-1b3b-420b-9faa-20e204e615f4/?format=api"
        },
        {
            "id": "da382dc6-fa76-4cd9-9d84-72cda9a072ab",
            "gambit_id": "dbd386c8-1e64-4c51-8282-98f79979df42",
            "last_updated": "2022-10-04T13:12:05.864932-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63c41f0c-1b3b-420b-9faa-20e204e615f4/?format=api"
        }
    ]
}