GET /api/bet_types/82564e07-5d29-4f24-95a8-e1caa57e1ca0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82564e07-5d29-4f24-95a8-e1caa57e1ca0",
    "match": "https://api-prod.gambitprofit.com/api/matches/bee5eb1d-6cc9-4955-b7c0-2c26195b6d0b/?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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce3edeeb-735a-4499-b607-c660ca8f5390",
            "gambit_id": "f6a84cf7-e569-4660-9b7c-c22911cbdca0",
            "last_updated": "2022-10-20T09:42:00.533218-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82564e07-5d29-4f24-95a8-e1caa57e1ca0/?format=api"
        },
        {
            "id": "1cb174b7-0a4c-435b-b09f-968200c41f1a",
            "gambit_id": "71788c88-532f-4cda-8e16-dbbebe9da824",
            "last_updated": "2022-10-20T09:42:00.534210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82564e07-5d29-4f24-95a8-e1caa57e1ca0/?format=api"
        }
    ]
}