GET /api/bet_types/29a13c8d-2311-4616-9f29-cef24c3fcbbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29a13c8d-2311-4616-9f29-cef24c3fcbbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1650e73-e4fb-43ab-945f-3b6c4d746f28/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:28:00.752871-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": "Minnesota Wild",
                "amount": 6010.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "526b6ad8-69ac-4cdd-8682-cd824e4217eb",
            "gambit_id": "ca7f093d-66c0-489c-b1bb-9caffa78f674",
            "last_updated": "2023-10-16T18:08:31.579905-04:00",
            "created_at": "2023-10-14T09:28:00.756842-04:00",
            "name": "Minnesota Wild",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29a13c8d-2311-4616-9f29-cef24c3fcbbf/?format=api"
        },
        {
            "id": "1e71b1ee-9259-4160-81da-c1a629ba8cb7",
            "gambit_id": "6877a3d3-441a-45ed-818c-63267c2e7e14",
            "last_updated": "2023-10-16T18:08:31.576495-04:00",
            "created_at": "2023-10-14T09:28:00.761841-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29a13c8d-2311-4616-9f29-cef24c3fcbbf/?format=api"
        }
    ]
}