GET /api/bet_types/f7340138-b47b-471e-a2ee-10c6a4b6e58c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7340138-b47b-471e-a2ee-10c6a4b6e58c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac391907-732a-4fc4-bbc9-9d4f107320f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T13:27:14.323818-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b702a05e-fe9f-45b9-b4b2-8df341f95e4c",
            "gambit_id": "76a8401e-ac3d-430a-831b-9ef28123d152",
            "last_updated": "2023-01-03T10:56:47.589117-05:00",
            "created_at": "2023-01-02T13:27:14.325000-05:00",
            "name": "Houston Rockets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7340138-b47b-471e-a2ee-10c6a4b6e58c/?format=api"
        },
        {
            "id": "49fd3a28-09f1-4080-8d1e-a3b242929b7d",
            "gambit_id": "19618805-49b2-4aff-9217-f7adb577b2cd",
            "last_updated": "2023-01-03T10:56:47.590228-05:00",
            "created_at": "2023-01-02T13:27:14.326420-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7340138-b47b-471e-a2ee-10c6a4b6e58c/?format=api"
        }
    ]
}