GET /api/bet_types/0694c8f1-3eeb-4598-96e0-9d8a82f116af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0694c8f1-3eeb-4598-96e0-9d8a82f116af",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f8b4672-1f33-4db8-b709-703fb7d46346/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:09.804795-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": "Colorado Avalanche",
                "amount": 5107.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec3e8ad5-2eec-4f58-9502-ea1fe5a0b48b",
            "gambit_id": "5fa19061-20d8-404c-b008-4aa7268e4f4e",
            "last_updated": "2024-02-07T01:53:03.257611-05:00",
            "created_at": "2024-02-06T09:08:09.809344-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0694c8f1-3eeb-4598-96e0-9d8a82f116af/?format=api"
        },
        {
            "id": "a8e6cec9-0906-46ca-a519-353263ea5801",
            "gambit_id": "d7fb4fb7-922e-4d04-b035-acd48732e0e2",
            "last_updated": "2024-02-07T01:53:03.261003-05:00",
            "created_at": "2024-02-06T09:08:09.814164-05:00",
            "name": "New Jersey Devils",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0694c8f1-3eeb-4598-96e0-9d8a82f116af/?format=api"
        }
    ]
}