GET /api/bet_types/1aa1138c-ab95-4867-b16c-bcd7bcec8121/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1aa1138c-ab95-4867-b16c-bcd7bcec8121",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ce7c915-3641-4d1a-acd5-ce48f1e79079/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-13T09:11:49.287732-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": "San Jose Sharks",
                "amount": 6026.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3974.0
            }
        ],
        "expected_reward_tokens": 9099.26,
        "profit_sb": 99.26,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "488b28e9-70d5-438f-b58b-614d533a4b52",
            "gambit_id": "4b3e6fed-fc3e-4015-b1bf-710da7458725",
            "last_updated": "2023-01-14T20:22:16.808349-05:00",
            "created_at": "2023-01-13T09:11:49.288903-05:00",
            "name": "San Jose Sharks",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aa1138c-ab95-4867-b16c-bcd7bcec8121/?format=api"
        },
        {
            "id": "3075336c-13f6-43d5-b103-a56e26b2d57d",
            "gambit_id": "3bfeab4d-ce50-4362-8c17-970d2a3fda5b",
            "last_updated": "2023-01-14T20:22:16.811427-05:00",
            "created_at": "2023-01-13T09:11:49.290105-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.29000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aa1138c-ab95-4867-b16c-bcd7bcec8121/?format=api"
        }
    ]
}