GET /api/bet_types/4ee64841-52ca-4f19-8503-abe2bdefac8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ee64841-52ca-4f19-8503-abe2bdefac8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/de43bbed-ed39-4446-a3e4-853370ee819b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:15.743148-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": "Dallas Mavericks",
                "amount": 5107.0
            },
            {
                "team": "New York Knicks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "52099c64-ca78-446a-84b1-b7bf2709d1d8",
            "gambit_id": "b4a70cdd-e682-4a2f-a81f-e2c64b2ac2fd",
            "last_updated": "2024-01-15T09:38:13.602848-05:00",
            "created_at": "2024-01-11T09:38:15.752052-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ee64841-52ca-4f19-8503-abe2bdefac8a/?format=api"
        },
        {
            "id": "b6f12172-981a-405c-9afd-291acf061499",
            "gambit_id": "f9ca518d-8e54-4722-b42e-c36a4f555fd1",
            "last_updated": "2024-01-15T09:38:13.599378-05:00",
            "created_at": "2024-01-11T09:38:15.747540-05:00",
            "name": "New York Knicks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ee64841-52ca-4f19-8503-abe2bdefac8a/?format=api"
        }
    ]
}