GET /api/bet_types/ed2c8441-8509-435d-a078-10745261073d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed2c8441-8509-435d-a078-10745261073d",
    "match": "https://api-prod.gambitprofit.com/api/matches/64d837bb-f1e4-420e-8878-5a17ad17aabc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:07.665429-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": "Washington Commanders",
                "amount": 5094.0
            },
            {
                "team": "New England Patriots",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "573c7aeb-d3f7-4f14-ad10-d00eb24e3188",
            "gambit_id": "14165ac6-c580-4192-baf5-40e10fb5f3d6",
            "last_updated": "2023-11-06T21:18:20.424833-05:00",
            "created_at": "2023-11-02T09:03:07.669930-04:00",
            "name": "Washington Commanders",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed2c8441-8509-435d-a078-10745261073d/?format=api"
        },
        {
            "id": "f9b30fb2-e9d8-4749-b6a1-5f72e32f7082",
            "gambit_id": "1a45d5ee-3bc9-4a3b-8080-0cca916db2c2",
            "last_updated": "2023-11-06T21:18:20.428095-05:00",
            "created_at": "2023-11-02T09:03:07.674304-04:00",
            "name": "New England Patriots",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed2c8441-8509-435d-a078-10745261073d/?format=api"
        }
    ]
}