GET /api/bet_types/a98450da-a7b3-440b-9a2d-6e2edef9c0ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a98450da-a7b3-440b-9a2d-6e2edef9c0ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ce559e6-011b-4e33-a722-5c512b7eb4c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-12T09:32:56.162943-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": 5214.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "edfeac8f-b213-4b1b-b292-2a0205c70bf7",
            "gambit_id": "51ce4d4f-39b7-45c9-a931-9d891057c815",
            "last_updated": "2023-11-13T19:33:23.351058-05:00",
            "created_at": "2023-11-12T09:32:56.167113-05:00",
            "name": "Dallas Stars",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a98450da-a7b3-440b-9a2d-6e2edef9c0ff/?format=api"
        },
        {
            "id": "caf8ecc6-1033-4c2a-827c-f6451a6205e1",
            "gambit_id": "d20a9b2b-c89d-478e-8709-fbde4785597b",
            "last_updated": "2023-11-13T19:33:23.354362-05:00",
            "created_at": "2023-11-12T09:32:56.171473-05:00",
            "name": "Minnesota Wild",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a98450da-a7b3-440b-9a2d-6e2edef9c0ff/?format=api"
        }
    ]
}