GET /api/bet_types/c91b14b2-b651-4da5-820d-52df9f4e2183/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c91b14b2-b651-4da5-820d-52df9f4e2183",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd705437-c812-4c20-8153-dc18e64d1f3c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Florida State",
                "amount": 6943.0
            },
            {
                "team": "Syracuse",
                "amount": 3057.0
            }
        ],
        "expected_reward_tokens": 9232.14,
        "profit_sb": 232.14,
        "profit_sb_percentage": 2.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea9f9ca3-68e1-4079-a555-bc55fba0daa3",
            "gambit_id": "32df4906-5032-4293-813a-1cffb8b65fdd",
            "last_updated": "2022-11-14T09:29:06.513257-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.33000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c91b14b2-b651-4da5-820d-52df9f4e2183/?format=api"
        },
        {
            "id": "47d856e3-7a90-4771-8f38-c2d4d92c4181",
            "gambit_id": "db75e4be-9a09-43af-9e4d-6c201b48bebb",
            "last_updated": "2022-11-14T09:29:06.512287-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "3.02000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c91b14b2-b651-4da5-820d-52df9f4e2183/?format=api"
        }
    ]
}