GET /api/bet_types/f60c8eba-8e2c-4689-88b7-93b0539af1a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f60c8eba-8e2c-4689-88b7-93b0539af1a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/71793adf-70bc-479a-ab8d-e93737c7df4f/?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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "53123512-7f10-40a0-bb40-655f30728419",
            "gambit_id": "a32101c8-0cc7-4a46-816e-7bab9a7b2acc",
            "last_updated": "2022-11-16T09:42:25.477811-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f60c8eba-8e2c-4689-88b7-93b0539af1a8/?format=api"
        },
        {
            "id": "3b75b3f7-41df-4818-a27d-51022244ec26",
            "gambit_id": "8fa33e92-b900-4b18-ad42-45855bc79c5c",
            "last_updated": "2022-11-16T09:42:25.478993-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f60c8eba-8e2c-4689-88b7-93b0539af1a8/?format=api"
        }
    ]
}