GET /api/bet_types/d3a0c461-b9d7-4c4c-a036-04afb9bafbea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3a0c461-b9d7-4c4c-a036-04afb9bafbea",
    "match": "https://api-prod.gambitprofit.com/api/matches/c844db8a-6c64-4673-be31-1e6351b4e0c2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T09:22:07.657219-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": "Philadelphia 76ers",
                "amount": 5328.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4672.0
            }
        ],
        "expected_reward_tokens": 9483.84,
        "profit_sb": -16.16,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "65b5e0e0-52b8-472c-905f-381f299a2085",
            "gambit_id": "6a2e060b-a928-42f2-8d7b-92f88470f5a0",
            "last_updated": "2023-01-20T10:22:05.678618-05:00",
            "created_at": "2023-01-19T09:22:07.659686-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a0c461-b9d7-4c4c-a036-04afb9bafbea/?format=api"
        },
        {
            "id": "9928f378-2359-4a7e-acfa-984a22c29028",
            "gambit_id": "ec2e4207-54a9-4c95-993a-f1de55729d4e",
            "last_updated": "2023-01-20T10:22:05.677452-05:00",
            "created_at": "2023-01-19T09:22:07.658469-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.03000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a0c461-b9d7-4c4c-a036-04afb9bafbea/?format=api"
        }
    ]
}