GET /api/bet_types/1c125ec6-67f9-49bd-8988-2f52ea4a3060/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c125ec6-67f9-49bd-8988-2f52ea4a3060",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9ee4054-e216-4aa0-a8e1-6ccca1e906cf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-31T10:23:05.032426-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": "BOS",
                "amount": 6324.0
            },
            {
                "team": "SEA",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "26271958-6c01-4d52-97d8-b35e486adc4a",
            "gambit_id": "b592862d-6ce3-4732-b66e-60d027e8571a",
            "last_updated": "2023-08-01T10:58:21.019726-04:00",
            "created_at": "2023-07-31T10:23:05.036032-04:00",
            "name": "BOS",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c125ec6-67f9-49bd-8988-2f52ea4a3060/?format=api"
        },
        {
            "id": "db6613ef-3077-435e-82a5-4d30c8f21a14",
            "gambit_id": "2e4d78bf-d837-4e59-bf52-a36fb007f5da",
            "last_updated": "2023-08-01T10:58:21.028023-04:00",
            "created_at": "2023-07-31T10:23:05.041999-04:00",
            "name": "SEA",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c125ec6-67f9-49bd-8988-2f52ea4a3060/?format=api"
        }
    ]
}