GET /api/bet_types/2ff62b6c-3ff2-4942-ad9e-c28d79af7607/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ff62b6c-3ff2-4942-ad9e-c28d79af7607",
    "match": "https://api-prod.gambitprofit.com/api/matches/f98c95fe-0fd0-40e3-a50a-e8ade79607fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Winnipeg Jets",
                "amount": 5780.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "9533662f-cf15-4de6-a148-87a2f3a1b86e",
            "gambit_id": "7cf282e9-8547-4471-8db4-634961c844f6",
            "last_updated": "2022-10-29T19:07:22.354238-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ff62b6c-3ff2-4942-ad9e-c28d79af7607/?format=api"
        },
        {
            "id": "0f4653b4-75fd-4997-a37c-55adb29f69a8",
            "gambit_id": "16fe4b54-aac9-4ab4-b655-1b2d14a6e7eb",
            "last_updated": "2022-10-29T19:07:22.355215-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ff62b6c-3ff2-4942-ad9e-c28d79af7607/?format=api"
        }
    ]
}