GET /api/bet_types/7ae2a085-447c-4592-a36e-7f86b8dc1ee8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ae2a085-447c-4592-a36e-7f86b8dc1ee8",
    "match": "https://api-prod.gambitprofit.com/api/matches/080d58ae-8d9b-44c4-a570-dd00fbeb9953/?format=api",
    "name": "Play the Odds",
    "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": "Edmonton Oilers",
                "amount": 6256.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "99a94422-ec67-4487-931d-0ee93c31bde8",
            "gambit_id": "3513ea4b-8117-4938-b3b2-c0a7159deb6b",
            "last_updated": "2022-12-03T10:22:35.044141-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ae2a085-447c-4592-a36e-7f86b8dc1ee8/?format=api"
        },
        {
            "id": "c74c2cec-a65c-47f8-832e-4b53f165d79d",
            "gambit_id": "b8b0f860-830f-4997-87ed-d0daeb823a3a",
            "last_updated": "2022-12-03T10:22:35.043174-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ae2a085-447c-4592-a36e-7f86b8dc1ee8/?format=api"
        }
    ]
}