GET /api/bet_types/bbd2a8fd-325c-42af-95d3-252abec9d06e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbd2a8fd-325c-42af-95d3-252abec9d06e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8630f09-76c3-4c1f-83c1-ac6ab6fa5b6e/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T12:52:11.361538-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": "Tampa Bay Buccaneers",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "76ff533b-184b-4a1e-8adb-b726608bb302",
            "gambit_id": "8b1eee6a-e8ed-4d6f-aff5-4af7cee19403",
            "last_updated": "2022-12-26T12:37:06.997233-05:00",
            "created_at": "2022-12-23T12:52:11.367245-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd2a8fd-325c-42af-95d3-252abec9d06e/?format=api"
        },
        {
            "id": "3c9d5cf4-a7bf-442c-b3ab-47928235bd46",
            "gambit_id": "42bf9184-7d63-4d73-a063-ec0af7fd6694",
            "last_updated": "2022-12-26T12:37:06.995937-05:00",
            "created_at": "2022-12-23T12:52:11.363245-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd2a8fd-325c-42af-95d3-252abec9d06e/?format=api"
        }
    ]
}