GET /api/bet_types/ea4ae7e3-6bb0-46c2-8488-c4dffdb0de70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea4ae7e3-6bb0-46c2-8488-c4dffdb0de70",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ec7fed4-17c9-4be5-949d-243fdde5c67f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-28T10:07:00.269339-04: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": "Vancouver Canucks",
                "amount": 5107.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6a31a95-be68-476c-8f60-4d6949e6379b",
            "gambit_id": "61215a82-36b1-4a3b-b124-75ed911cf774",
            "last_updated": "2023-03-29T13:31:54.408315-04:00",
            "created_at": "2023-03-28T10:07:00.273137-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea4ae7e3-6bb0-46c2-8488-c4dffdb0de70/?format=api"
        },
        {
            "id": "72aab266-9e5e-4dc1-9da5-2142c44f7b61",
            "gambit_id": "e538c31e-ea84-4a7b-960b-83ff1c007856",
            "last_updated": "2023-03-29T13:31:54.406150-04:00",
            "created_at": "2023-03-28T10:07:00.271151-04:00",
            "name": "St Louis Blues",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea4ae7e3-6bb0-46c2-8488-c4dffdb0de70/?format=api"
        }
    ]
}