GET /api/bet_types/54821f1d-90a2-44b6-8bb9-52ce0829e0d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54821f1d-90a2-44b6-8bb9-52ce0829e0d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/986cd3ca-f0a8-4b63-a878-acd7de7b2665/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T08:47:22.835339-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": "Edmonton Oilers",
                "amount": 6721.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "a20f0847-3f92-4103-8861-5d6e63b070f7",
            "gambit_id": "85d9d17b-98cc-4087-933f-29e5ca55b1cd",
            "last_updated": "2023-02-16T16:56:58.603725-05:00",
            "created_at": "2023-02-15T08:47:22.836595-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54821f1d-90a2-44b6-8bb9-52ce0829e0d5/?format=api"
        },
        {
            "id": "582deb8c-8da7-45a0-986a-86c5c9e5b917",
            "gambit_id": "1c078d98-9a8f-4433-ace4-037930745b9f",
            "last_updated": "2023-02-16T16:56:58.604956-05:00",
            "created_at": "2023-02-15T08:47:22.837922-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54821f1d-90a2-44b6-8bb9-52ce0829e0d5/?format=api"
        }
    ]
}