GET /api/bet_types/23ea91fb-fa4a-47b6-b896-94f37bfc5165/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23ea91fb-fa4a-47b6-b896-94f37bfc5165",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d30b05e-23c8-4402-9685-86dfee456121/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T08:37:10.836963-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": 5098.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "3af04fd3-2abb-44af-b777-1975391fd686",
            "gambit_id": "8585ba32-f407-40ce-a107-2fee3576be93",
            "last_updated": "2023-01-13T11:47:21.859615-05:00",
            "created_at": "2023-01-12T08:37:10.839134-05:00",
            "name": "Boston Celtics",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23ea91fb-fa4a-47b6-b896-94f37bfc5165/?format=api"
        },
        {
            "id": "cef6d1d5-2b45-46be-bbae-b39496f214ff",
            "gambit_id": "518723bb-7f48-4540-8765-5d1cee2fa1e0",
            "last_updated": "2023-01-13T11:47:21.858547-05:00",
            "created_at": "2023-01-12T08:37:10.838030-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23ea91fb-fa4a-47b6-b896-94f37bfc5165/?format=api"
        }
    ]
}