GET /api/bet_types/b004a018-6477-4cc0-909c-be258af67330/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b004a018-6477-4cc0-909c-be258af67330",
    "match": "https://api-prod.gambitprofit.com/api/matches/c75e78c6-824f-4d3a-ac4c-eecdf011edbe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-13T10:18:27.948233-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": "NYM",
                "amount": 5512.0
            },
            {
                "team": "ATL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fcab0f1-17f2-42ab-9e52-6d2b524ee3c7",
            "gambit_id": "6bcfe9fb-b5e2-4475-9f7b-bfcbd84a1217",
            "last_updated": "2023-08-14T10:58:17.767423-04:00",
            "created_at": "2023-08-13T10:18:27.970349-04:00",
            "name": "NYM",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b004a018-6477-4cc0-909c-be258af67330/?format=api"
        },
        {
            "id": "d7c12df3-9680-45eb-9b9f-d4e7d40da815",
            "gambit_id": "b3b495c7-33c7-4b4b-b105-bd626995223d",
            "last_updated": "2023-08-14T10:58:17.764169-04:00",
            "created_at": "2023-08-13T10:18:27.955349-04:00",
            "name": "ATL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b004a018-6477-4cc0-909c-be258af67330/?format=api"
        }
    ]
}