GET /api/bet_types/2646cd4c-63a7-44c3-8d95-1f69d6c59e1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2646cd4c-63a7-44c3-8d95-1f69d6c59e1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/84909f0e-08dd-4ebb-935d-0786b3b962aa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T05:58:09.088099-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": "SFO",
                "amount": 5784.0
            },
            {
                "team": "STL",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "7abe919d-725d-4d42-b6e8-8d49ade3f12b",
            "gambit_id": "d1fe72d6-1aca-4ef1-b65c-c0d3c33c7cdd",
            "last_updated": "2023-06-15T17:23:06.487794-04:00",
            "created_at": "2023-06-14T05:58:09.090247-04:00",
            "name": "SFO",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2646cd4c-63a7-44c3-8d95-1f69d6c59e1b/?format=api"
        },
        {
            "id": "e05d3418-7dbb-4bda-92e3-71ea3602ead8",
            "gambit_id": "ad0954ed-62db-4af1-b47f-f62f550b1122",
            "last_updated": "2023-06-15T17:23:06.489393-04:00",
            "created_at": "2023-06-14T05:58:09.092799-04:00",
            "name": "STL",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2646cd4c-63a7-44c3-8d95-1f69d6c59e1b/?format=api"
        }
    ]
}