GET /api/bet_types/14b791c9-37f1-4603-83a0-82fce7b7fbf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14b791c9-37f1-4603-83a0-82fce7b7fbf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/33c3f10e-925e-4bed-ae9b-37e7767d1084/?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": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "366394c8-c96a-4548-acea-f67232f90d00",
            "gambit_id": "e18a3e31-92ba-48ec-9684-d78e2f93c0ef",
            "last_updated": "2022-12-15T10:51:59.760357-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14b791c9-37f1-4603-83a0-82fce7b7fbf8/?format=api"
        },
        {
            "id": "da502b4a-4f8c-4cd9-a9dd-c9febd88b71a",
            "gambit_id": "0b858b92-72ad-4170-9072-d579091c80bb",
            "last_updated": "2022-12-15T10:51:59.761492-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14b791c9-37f1-4603-83a0-82fce7b7fbf8/?format=api"
        }
    ]
}