GET /api/bet_types/a734b010-77f7-4cd7-b096-1bb445bf3b6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a734b010-77f7-4cd7-b096-1bb445bf3b6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e36a016-609b-4461-a287-ba64cea12c44/?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 York Islanders",
                "amount": 6256.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc9f1f8e-9004-4c61-9840-a4c203b30c87",
            "gambit_id": "8beffb89-5015-4c72-b171-7727d546aff6",
            "last_updated": "2022-11-30T09:47:20.674374-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a734b010-77f7-4cd7-b096-1bb445bf3b6e/?format=api"
        },
        {
            "id": "dcdcb993-81f2-4d8e-bc74-4aa4752c91fb",
            "gambit_id": "e17c00d2-3ab8-484d-8521-437ddb6c4842",
            "last_updated": "2022-11-30T09:47:20.673420-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a734b010-77f7-4cd7-b096-1bb445bf3b6e/?format=api"
        }
    ]
}