GET /api/bet_types/a6312bc3-fec9-418d-976d-12417180666b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6312bc3-fec9-418d-976d-12417180666b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6387657-c40d-4364-b22c-cfc72dba9aab/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-18T11:53:29.512506-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": "Boston Red Sox",
                "amount": 5213.0
            },
            {
                "team": "Oakland Athletics",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5505ec0-0dcc-4508-9943-75d0d59d705b",
            "gambit_id": "2c29b27f-9751-45a8-b9a6-71b33b0b0358",
            "last_updated": "2023-07-20T09:48:26.834697-04:00",
            "created_at": "2023-07-18T11:53:29.513924-04:00",
            "name": "Boston Red Sox",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6312bc3-fec9-418d-976d-12417180666b/?format=api"
        },
        {
            "id": "ef4fa9b2-b557-4199-ae30-c71c1bec3353",
            "gambit_id": "2098ebf2-56cb-45a9-b34b-0d0f8ca1d535",
            "last_updated": "2023-07-20T09:48:26.836840-04:00",
            "created_at": "2023-07-18T11:53:29.515632-04:00",
            "name": "Oakland Athletics",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6312bc3-fec9-418d-976d-12417180666b/?format=api"
        }
    ]
}