GET /api/bet_types/1f99bea0-0102-4dfb-9bdb-adbc08aa77d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f99bea0-0102-4dfb-9bdb-adbc08aa77d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f16e0e50-fd50-4c42-b019-7d6e039d7917/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-04T10:42:58.287926-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d483f516-d184-42cf-aa91-c19984f7601c",
            "gambit_id": "1842d8c7-84fa-430d-b383-1cd2d1940903",
            "last_updated": "2024-02-06T09:28:14.745260-05:00",
            "created_at": "2024-02-04T10:42:58.292247-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f99bea0-0102-4dfb-9bdb-adbc08aa77d6/?format=api"
        },
        {
            "id": "1d98e5e5-847c-470e-9d3e-9e6fe612a138",
            "gambit_id": "81294064-85d9-4b32-bfe6-53baa6c0dda0",
            "last_updated": "2024-02-06T09:28:14.741829-05:00",
            "created_at": "2024-02-04T10:42:58.296322-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f99bea0-0102-4dfb-9bdb-adbc08aa77d6/?format=api"
        }
    ]
}