GET /api/bet_types/df91039d-2c8e-4a54-89cb-f741e2ab09b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df91039d-2c8e-4a54-89cb-f741e2ab09b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/40d9f990-44a9-4852-adf5-01cddc490ec7/?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": "SDG",
                "amount": 6500.0
            },
            {
                "team": "SEA",
                "amount": 3500.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "a29a3d72-1d6b-43fe-be24-76c2582006d2",
            "gambit_id": "92096fa1-4118-4191-87b0-599004e8a81a",
            "last_updated": "2022-09-14T10:12:05.104427-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df91039d-2c8e-4a54-89cb-f741e2ab09b6/?format=api"
        },
        {
            "id": "221c82a9-0072-4d5b-9b89-76af3be269c5",
            "gambit_id": "f622e340-c782-4218-81f7-62f565453d25",
            "last_updated": "2022-09-14T10:12:05.103309-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.60000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df91039d-2c8e-4a54-89cb-f741e2ab09b6/?format=api"
        }
    ]
}