GET /api/bet_types/6fa7300e-d5fb-430a-af05-bf324f20cea9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fa7300e-d5fb-430a-af05-bf324f20cea9",
    "match": "https://api-prod.gambitprofit.com/api/matches/95ac147b-3fb8-44c8-9ed9-f535ec559176/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:09.974317-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": "Arizona Coyotes",
                "amount": 5212.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cbd1eb9-4802-4b90-8a05-f31fc7b2e7ff",
            "gambit_id": "782502ab-2b14-47ac-b0dc-7a085e9e65fc",
            "last_updated": "2023-02-11T18:02:00.908971-05:00",
            "created_at": "2023-02-10T09:02:09.976856-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fa7300e-d5fb-430a-af05-bf324f20cea9/?format=api"
        },
        {
            "id": "2b92fd13-3708-423e-8006-eb7f036cbb25",
            "gambit_id": "da40f59d-1864-4e0a-a62e-5c8901dc3c70",
            "last_updated": "2023-02-11T18:02:00.907695-05:00",
            "created_at": "2023-02-10T09:02:09.975568-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fa7300e-d5fb-430a-af05-bf324f20cea9/?format=api"
        }
    ]
}