GET /api/bet_types/e1b2d704-bb0e-4079-a750-7b58217cfc42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1b2d704-bb0e-4079-a750-7b58217cfc42",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a1fa137-422e-468d-b65e-1116b8cab0eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-01T09:42:10.011850-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": "CIN",
                "amount": 5421.0
            },
            {
                "team": "BOS",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cfbb54a-779f-4967-881e-47ae97b3c18c",
            "gambit_id": "3249c52b-01d3-4dd6-8514-87623dccbf58",
            "last_updated": "2023-06-02T13:52:21.161508-04:00",
            "created_at": "2023-06-01T09:42:10.014708-04:00",
            "name": "CIN",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1b2d704-bb0e-4079-a750-7b58217cfc42/?format=api"
        },
        {
            "id": "abb0e7eb-b154-4a30-8612-e3c1ea1f348e",
            "gambit_id": "ad1d9655-8e88-4115-abb3-ba2ea4757faf",
            "last_updated": "2023-06-02T13:52:21.164480-04:00",
            "created_at": "2023-06-01T09:42:10.017631-04:00",
            "name": "BOS",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1b2d704-bb0e-4079-a750-7b58217cfc42/?format=api"
        }
    ]
}