GET /api/bet_types/2bee3e5f-ba3c-40ef-bad0-e8ef21cdbc67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bee3e5f-ba3c-40ef-bad0-e8ef21cdbc67",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b9440d3-1871-48ee-985b-60a217328e20/?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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1f206bd-b9b4-4b3d-8859-b613d89d6fa1",
            "gambit_id": "75e41027-96dc-4daf-8450-13c832d100a7",
            "last_updated": "2022-12-19T13:21:51.027012-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bee3e5f-ba3c-40ef-bad0-e8ef21cdbc67/?format=api"
        },
        {
            "id": "70979f7d-6936-4544-b3a1-cdc66b66c85e",
            "gambit_id": "8c21ba74-0807-43dd-86e4-cbc3338b5834",
            "last_updated": "2022-12-19T13:21:51.028092-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bee3e5f-ba3c-40ef-bad0-e8ef21cdbc67/?format=api"
        }
    ]
}