GET /api/bet_types/3b131bc6-faa0-49b0-a12e-8bf82dcf6a28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b131bc6-faa0-49b0-a12e-8bf82dcf6a28",
    "match": "https://api-prod.gambitprofit.com/api/matches/df8af3c0-8f9f-4253-9754-69276b96588a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-09T08:13:10.649305-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": "STL",
                "amount": 5512.0
            },
            {
                "team": "TAM",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b1e577e-ffe3-44bc-a96e-1ff9256fd7e4",
            "gambit_id": "9253b24e-43f6-4fa3-b8e6-8dae558ca0ec",
            "last_updated": "2023-08-10T12:32:55.461846-04:00",
            "created_at": "2023-08-09T08:13:10.653287-04:00",
            "name": "STL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b131bc6-faa0-49b0-a12e-8bf82dcf6a28/?format=api"
        },
        {
            "id": "7f79ddc4-1c15-429a-89df-88e9cf4f573c",
            "gambit_id": "1ae3211d-96b4-4b14-b0cb-161b87440ec1",
            "last_updated": "2023-08-10T12:32:55.473689-04:00",
            "created_at": "2023-08-09T08:13:10.658309-04:00",
            "name": "TAM",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b131bc6-faa0-49b0-a12e-8bf82dcf6a28/?format=api"
        }
    ]
}