GET /api/bet_types/a65fbff4-ac66-426d-a6a0-a02f82263b53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a65fbff4-ac66-426d-a6a0-a02f82263b53",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e4561fc-fb56-4ca8-ae78-e2e6ec104a1f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T09:56:48.126799-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": "Winnipeg Jets",
                "amount": 7024.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "b56e9a01-db88-4b37-b106-c8bd72af9101",
            "gambit_id": "d68b2e8a-16f7-4c05-aca1-c54edf82d831",
            "last_updated": "2023-04-01T10:41:47.548931-04:00",
            "created_at": "2023-03-31T09:56:48.129154-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a65fbff4-ac66-426d-a6a0-a02f82263b53/?format=api"
        },
        {
            "id": "a01e186c-dc3d-4d84-b9f1-1031ad26e0af",
            "gambit_id": "f7f7d504-a70f-4b09-a5d3-21381621b0ef",
            "last_updated": "2023-04-01T10:41:47.550636-04:00",
            "created_at": "2023-03-31T09:56:48.131971-04:00",
            "name": "Detroit Red Wings",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a65fbff4-ac66-426d-a6a0-a02f82263b53/?format=api"
        }
    ]
}