GET /api/bet_types/2e4e5c30-e584-4e9a-9ea4-39dd03a2aac6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e4e5c30-e584-4e9a-9ea4-39dd03a2aac6",
    "match": "https://api-prod.gambitprofit.com/api/matches/aefa28e4-facd-4bcd-b4fd-d0e7db2f4c73/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:55.896176-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 Stars",
                "amount": 7184.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2816.0
            }
        ],
        "expected_reward_tokens": 9123.68,
        "profit_sb": 123.68,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f545a1d-973c-4c12-941c-2efd80423bd2",
            "gambit_id": "f94d153e-c9cf-4ee2-b3b3-2fc607b08c76",
            "last_updated": "2022-12-25T18:02:04.448317-05:00",
            "created_at": "2022-12-23T09:06:55.897301-05:00",
            "name": "Dallas Stars",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e4e5c30-e584-4e9a-9ea4-39dd03a2aac6/?format=api"
        },
        {
            "id": "bf2a65d6-f88e-440e-98de-af4553c3ad8f",
            "gambit_id": "bc95d26e-2d50-4b56-acc0-9443f53235f0",
            "last_updated": "2022-12-25T18:02:04.449469-05:00",
            "created_at": "2022-12-23T09:06:55.898469-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.24000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e4e5c30-e584-4e9a-9ea4-39dd03a2aac6/?format=api"
        }
    ]
}