GET /api/bet_types/b7e276ba-141a-4feb-b527-2b932ffef2ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7e276ba-141a-4feb-b527-2b932ffef2ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cdbc561-58fe-45a1-beca-c34a3728985c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-04T09:43:04.029858-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": "KAN",
                "amount": 5213.0
            },
            {
                "team": "MIN",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cb8dc4e-d736-4363-bfa1-e8deaec644bf",
            "gambit_id": "0a42e031-7062-4e1c-a503-9b4a2d0eaf6c",
            "last_updated": "2023-07-05T18:58:28.554765-04:00",
            "created_at": "2023-07-04T09:43:04.031546-04:00",
            "name": "KAN",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e276ba-141a-4feb-b527-2b932ffef2ce/?format=api"
        },
        {
            "id": "4c62061a-d101-4c28-b904-931c8e7d36ea",
            "gambit_id": "9340e643-62dc-452d-83c3-dfe4c99c1bae",
            "last_updated": "2023-07-05T18:58:28.556291-04:00",
            "created_at": "2023-07-04T09:43:04.033280-04:00",
            "name": "MIN",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e276ba-141a-4feb-b527-2b932ffef2ce/?format=api"
        }
    ]
}