GET /api/bet_types/6229abe3-f877-4854-a8aa-ca6bd70173f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6229abe3-f877-4854-a8aa-ca6bd70173f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcc81590-30dc-4ba0-bb70-1c56502e81fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-28T08:48:07.666413-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": "BAL",
                "amount": 5512.0
            },
            {
                "team": "CWS",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "077167db-c286-4d5e-a040-88f8b56368cb",
            "gambit_id": "a43e7351-e437-451a-95c3-af66f28ee327",
            "last_updated": "2023-08-29T19:33:15.675283-04:00",
            "created_at": "2023-08-28T08:48:07.675969-04:00",
            "name": "BAL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6229abe3-f877-4854-a8aa-ca6bd70173f9/?format=api"
        },
        {
            "id": "201e013b-3f59-4044-9847-95d6c29f52c1",
            "gambit_id": "538dc7e6-9e03-43db-9d25-0fdd1999661c",
            "last_updated": "2023-08-29T19:33:15.672130-04:00",
            "created_at": "2023-08-28T08:48:07.670529-04:00",
            "name": "CWS",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6229abe3-f877-4854-a8aa-ca6bd70173f9/?format=api"
        }
    ]
}