GET /api/bet_types/1bcf66c9-6517-44fc-b851-ac8dfcf3b5c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bcf66c9-6517-44fc-b851-ac8dfcf3b5c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1246f542-f9d0-4d89-b9e6-da3e6354ce13/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-26T09:48:13.843491-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "be5633b7-daab-495d-bc53-5377f0100f6f",
            "gambit_id": "5f1e7953-e7b3-4497-a950-9f10eb8390a2",
            "last_updated": "2023-11-27T21:37:59.001168-05:00",
            "created_at": "2023-11-26T09:48:13.857710-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bcf66c9-6517-44fc-b851-ac8dfcf3b5c7/?format=api"
        },
        {
            "id": "d659e781-a22b-4b6c-b10f-1d3d7f28096d",
            "gambit_id": "11fa234c-168c-4942-b283-94969e7cd2c6",
            "last_updated": "2023-11-27T21:37:59.005219-05:00",
            "created_at": "2023-11-26T09:48:13.852983-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bcf66c9-6517-44fc-b851-ac8dfcf3b5c7/?format=api"
        }
    ]
}