GET /api/bet_types/9b741d36-df63-41c1-afc2-736979f979e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b741d36-df63-41c1-afc2-736979f979e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/069af093-33ac-4829-94d4-ecf1499f6728/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:32:06.700907-04: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": 5213.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbca7875-9ff6-48d9-883a-c40c979fd43e",
            "gambit_id": "06942c57-2c07-47c6-94c3-402f3897c201",
            "last_updated": "2023-04-24T13:41:53.876182-04:00",
            "created_at": "2023-04-21T12:32:06.702312-04:00",
            "name": "New York Islanders",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b741d36-df63-41c1-afc2-736979f979e5/?format=api"
        },
        {
            "id": "46e5fda6-0b25-4fdd-b584-4505e8855cd3",
            "gambit_id": "d5ebf48a-1c0d-48ae-a4a9-197de9093c78",
            "last_updated": "2023-04-24T13:41:53.878764-04:00",
            "created_at": "2023-04-21T12:32:06.703997-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b741d36-df63-41c1-afc2-736979f979e5/?format=api"
        }
    ]
}