GET /api/bet_types/dd56acab-3e60-4dc7-8378-718cfcd14216/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd56acab-3e60-4dc7-8378-718cfcd14216",
    "match": "https://api-prod.gambitprofit.com/api/matches/369cb16d-2a03-4a39-a71b-41f58f7b5436/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-21T09:33:15.224104-05: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": "Boston Celtics",
                "amount": 8268.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1732.0
            }
        ],
        "expected_reward_tokens": 9508.2,
        "profit_sb": 8.2,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e8936e0-51c6-4197-bc9f-edb8464e2283",
            "gambit_id": "9f0b4a08-aa54-4cab-b637-39078ba97071",
            "last_updated": "2024-01-23T18:48:25.390507-05:00",
            "created_at": "2024-01-21T09:33:15.228210-05:00",
            "name": "Boston Celtics",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd56acab-3e60-4dc7-8378-718cfcd14216/?format=api"
        },
        {
            "id": "58ee4e6e-9d9f-47b5-8782-59b222cf2cf9",
            "gambit_id": "a421dc2c-96e3-43aa-a057-a553be1e6f0c",
            "last_updated": "2024-01-23T18:48:25.394114-05:00",
            "created_at": "2024-01-21T09:33:15.232443-05:00",
            "name": "Houston Rockets",
            "reward": "5.49000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd56acab-3e60-4dc7-8378-718cfcd14216/?format=api"
        }
    ]
}