GET /api/bet_types/c893578c-04d9-4120-b2c1-b2f5089b4c00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c893578c-04d9-4120-b2c1-b2f5089b4c00",
    "match": "https://api-prod.gambitprofit.com/api/matches/eceb5fdf-2e19-46d1-ae29-cd399b6d6d83/?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": "Pittsburgh Penguins",
                "amount": 7665.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2335.0
            }
        ],
        "expected_reward_tokens": 9503.45,
        "profit_sb": 3.45,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "429f74cd-800f-4fa5-ac0e-0b6d1f961bf9",
            "gambit_id": "f490211a-72ad-49f8-9608-c1e7fec509cd",
            "last_updated": "2022-10-14T10:02:04.153781-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c893578c-04d9-4120-b2c1-b2f5089b4c00/?format=api"
        },
        {
            "id": "c4dcd274-d3cc-4081-8b29-9693c33b727a",
            "gambit_id": "191d67b8-6eb0-4e77-8b7b-3e9176d90883",
            "last_updated": "2022-10-14T10:02:04.154775-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "4.07000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c893578c-04d9-4120-b2c1-b2f5089b4c00/?format=api"
        }
    ]
}