GET /api/bet_types/4b876707-9d83-4849-a019-dad5511f7578/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b876707-9d83-4849-a019-dad5511f7578",
    "match": "https://api-prod.gambitprofit.com/api/matches/94b6c971-1119-4977-b41e-c2215ede6582/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-19T08:48:00.918557-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": "ATL",
                "amount": 5213.0
            },
            {
                "team": "ARI",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f61f7e74-e9e9-4633-95bb-5943c8945e00",
            "gambit_id": "6bf3e701-e620-4e72-872a-664b311381cc",
            "last_updated": "2023-07-20T19:43:12.972107-04:00",
            "created_at": "2023-07-19T08:48:00.921313-04:00",
            "name": "ATL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b876707-9d83-4849-a019-dad5511f7578/?format=api"
        },
        {
            "id": "0290c973-37b7-428b-9167-3a374f07b3d0",
            "gambit_id": "05c2b1c5-6b7e-4163-82fb-2f76cef19b43",
            "last_updated": "2023-07-20T19:43:12.970610-04:00",
            "created_at": "2023-07-19T08:48:00.919905-04:00",
            "name": "ARI",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b876707-9d83-4849-a019-dad5511f7578/?format=api"
        }
    ]
}