GET /api/bet_types/6ae4fa4a-4ce9-46a6-b1c9-851f5e3ec08d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ae4fa4a-4ce9-46a6-b1c9-851f5e3ec08d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b74ef7e-91c8-40cc-a614-5152b278b2e7/?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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "987310fc-2285-4403-a25b-8046b43477cd",
            "gambit_id": "755a8579-82cb-449a-82f8-717aff1b8016",
            "last_updated": "2022-12-05T11:47:12.425772-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ae4fa4a-4ce9-46a6-b1c9-851f5e3ec08d/?format=api"
        },
        {
            "id": "ddda4ef5-9cff-476b-92af-ae7a19132361",
            "gambit_id": "a2b7a198-8210-4463-854b-922ef2c86010",
            "last_updated": "2022-12-05T11:47:12.426711-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ae4fa4a-4ce9-46a6-b1c9-851f5e3ec08d/?format=api"
        }
    ]
}