GET /api/bet_types/a9e67374-58c8-4859-b402-b04698ef05cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9e67374-58c8-4859-b402-b04698ef05cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/037867bb-f09e-4452-b60f-71efa4609432/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-01T09:26:46.595236-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": "Buffalo Sabres",
                "amount": 6150.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3850.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "c621802d-2f1d-4341-8785-c036f46ab213",
            "gambit_id": "93e20d8c-8fbd-4dfd-ba65-5af43d8378a5",
            "last_updated": "2023-02-03T09:16:56.611372-05:00",
            "created_at": "2023-02-01T09:26:46.596576-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9e67374-58c8-4859-b402-b04698ef05cf/?format=api"
        },
        {
            "id": "3e57226d-0406-416b-91f9-4c60096c0429",
            "gambit_id": "f960e128-f90d-4955-970c-ba41d020fa0c",
            "last_updated": "2023-02-03T09:16:56.612601-05:00",
            "created_at": "2023-02-01T09:26:46.597927-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.46000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9e67374-58c8-4859-b402-b04698ef05cf/?format=api"
        }
    ]
}