GET /api/bet_types/6d4a8168-29e6-4221-b5c8-5cf4c3a77a4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d4a8168-29e6-4221-b5c8-5cf4c3a77a4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/54a6e3ce-51f4-4cbc-b6a8-1e63af358e09/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-16T09:23:15.124869-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": "SEA",
                "amount": 5614.0
            },
            {
                "team": "LOS",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "c567231a-5bcc-4aa4-b1c4-70dca7999a61",
            "gambit_id": "f11ce8e3-5e4e-44b0-9816-0bce157ee278",
            "last_updated": "2023-09-17T11:53:30.469164-04:00",
            "created_at": "2023-09-16T09:23:15.132343-04:00",
            "name": "SEA",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d4a8168-29e6-4221-b5c8-5cf4c3a77a4e/?format=api"
        },
        {
            "id": "59d2ce2e-7767-4b74-b284-0cff76076d71",
            "gambit_id": "8308c48b-450d-4079-8633-bb6f3504ed69",
            "last_updated": "2023-09-17T11:53:30.465423-04:00",
            "created_at": "2023-09-16T09:23:15.128472-04:00",
            "name": "LOS",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d4a8168-29e6-4221-b5c8-5cf4c3a77a4e/?format=api"
        }
    ]
}