GET /api/bet_types/4b98d43f-f0c0-4918-ba2d-1d4f5951c6a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b98d43f-f0c0-4918-ba2d-1d4f5951c6a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdbf7180-2dfd-4598-8af5-82a43003d268/?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": "Philadelphia Eagles",
                "amount": 5217.0
            },
            {
                "team": "New York Jets",
                "amount": 4783.0
            }
        ],
        "expected_reward_tokens": 9181.92,
        "profit_sb": 181.92,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "29fd9451-200a-47b5-a432-3acf73fcd837",
            "gambit_id": "635d4682-c697-4e81-8048-9d59b62f3e03",
            "last_updated": "2022-08-13T11:02:04.644097-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b98d43f-f0c0-4918-ba2d-1d4f5951c6a8/?format=api"
        },
        {
            "id": "0631815c-3aab-4958-8635-af87a5a8dc6b",
            "gambit_id": "96db3db4-4cc5-40d0-a21b-cf5dd97dbc92",
            "last_updated": "2022-08-13T11:02:04.644550-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.92000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b98d43f-f0c0-4918-ba2d-1d4f5951c6a8/?format=api"
        }
    ]
}