GET /api/bet_types/37ee32bc-2668-401a-8ae8-5a6120f55836/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37ee32bc-2668-401a-8ae8-5a6120f55836",
    "match": "https://api-prod.gambitprofit.com/api/matches/bea4c3d9-208f-4298-9688-f63ed9d153b8/?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": "MIL",
                "amount": 5301.0
            },
            {
                "team": "COL",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "b08041a0-daa9-48b3-b97d-82f9260a5fc6",
            "gambit_id": "de7d37ef-30e1-43ac-a332-8e93f20fe13f",
            "last_updated": "2022-09-07T12:47:00.258992-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37ee32bc-2668-401a-8ae8-5a6120f55836/?format=api"
        },
        {
            "id": "c827bd1f-5f2f-4a43-ac1d-d151106f2190",
            "gambit_id": "a413f457-6832-452a-9b58-5a67544d7c6e",
            "last_updated": "2022-09-07T12:47:00.258021-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37ee32bc-2668-401a-8ae8-5a6120f55836/?format=api"
        }
    ]
}