GET /api/bet_types/436ea635-f530-466b-b0a7-d66261df8544/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "436ea635-f530-466b-b0a7-d66261df8544",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb1b7aab-9476-4c55-953d-5efa4e3781bf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-26T09:28:19.975833-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": "Minnesota Wild",
                "amount": 5094.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "06e54bb9-a74c-4cfa-8159-8bd08139a97a",
            "gambit_id": "36c31e2b-fe29-4a4a-8bad-0ca3d58c815b",
            "last_updated": "2023-10-28T10:18:23.341182-04:00",
            "created_at": "2023-10-26T09:28:19.981473-04:00",
            "name": "Minnesota Wild",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/436ea635-f530-466b-b0a7-d66261df8544/?format=api"
        },
        {
            "id": "8f7bcaf5-a290-44bb-b1ba-b7b833ac80e1",
            "gambit_id": "d7faa057-923b-4355-8452-6ea3ce05c4c0",
            "last_updated": "2023-10-28T10:18:23.344835-04:00",
            "created_at": "2023-10-26T09:28:19.985563-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/436ea635-f530-466b-b0a7-d66261df8544/?format=api"
        }
    ]
}