GET /api/bet_types/4be11394-bc5d-4538-8668-c6b3c593901a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4be11394-bc5d-4538-8668-c6b3c593901a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b0f36d6-9d2b-4b75-a4ed-ac88edbb2618/?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": "New Jersey Devils",
                "amount": 7168.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2832.0
            }
        ],
        "expected_reward_tokens": 9175.04,
        "profit_sb": 175.04,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b95b4da-81c0-4de8-af47-05969e1c8b95",
            "gambit_id": "59a25b1f-69ef-46da-867e-58cead09add8",
            "last_updated": "2022-11-14T10:58:08.161268-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be11394-bc5d-4538-8668-c6b3c593901a/?format=api"
        },
        {
            "id": "0fa665b4-8328-4436-a9d6-2aa029e7f2db",
            "gambit_id": "bd77691c-e977-4c82-bfa4-c219c74683c3",
            "last_updated": "2022-11-14T10:58:08.162181-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.24000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be11394-bc5d-4538-8668-c6b3c593901a/?format=api"
        }
    ]
}