GET /api/bet_types/631dde14-0433-4bf7-9ea3-0edda9ce209f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "631dde14-0433-4bf7-9ea3-0edda9ce209f",
    "match": "https://api-prod.gambitprofit.com/api/matches/96c01468-4699-47f0-986c-f8bbf8ca81cf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T09:31:50.412396-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": 6035.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3965.0
            }
        ],
        "expected_reward_tokens": 9595.3,
        "profit_sb": 95.3,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "c13e6dcc-d501-49fc-af48-ca386c99e44e",
            "gambit_id": "5a619155-fa86-49b2-978b-9198f68f6732",
            "last_updated": "2023-01-25T14:27:10.951251-05:00",
            "created_at": "2023-01-24T09:31:50.413863-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/631dde14-0433-4bf7-9ea3-0edda9ce209f/?format=api"
        },
        {
            "id": "98627973-8e77-4b7d-bec4-43d28c10ad68",
            "gambit_id": "1c0e45e7-f7db-46ed-bccb-e9d8e76e1c45",
            "last_updated": "2023-01-25T14:27:10.952369-05:00",
            "created_at": "2023-01-24T09:31:50.415360-05:00",
            "name": "Florida Panthers",
            "reward": "2.42000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/631dde14-0433-4bf7-9ea3-0edda9ce209f/?format=api"
        }
    ]
}