GET /api/bet_types/7acde06a-e0a7-4ba3-b114-cae1b11534d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7acde06a-e0a7-4ba3-b114-cae1b11534d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5c179f4-0115-4d80-b646-86ce99f78dd9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-08T09:37:00.973268-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": 5773.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "56f01803-5042-4cb5-ae4c-88944ad00903",
            "gambit_id": "badb5d16-fdce-4f08-81ce-75845a636e3c",
            "last_updated": "2023-02-09T11:12:07.410413-05:00",
            "created_at": "2023-02-08T09:37:00.974473-05:00",
            "name": "Dallas Stars",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7acde06a-e0a7-4ba3-b114-cae1b11534d4/?format=api"
        },
        {
            "id": "dd5584bb-5787-4daf-9024-a4362be0335b",
            "gambit_id": "4601adb6-4112-43e1-8baa-5f0530e30173",
            "last_updated": "2023-02-09T11:12:07.411621-05:00",
            "created_at": "2023-02-08T09:37:00.975774-05:00",
            "name": "Minnesota Wild",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7acde06a-e0a7-4ba3-b114-cae1b11534d4/?format=api"
        }
    ]
}