GET /api/bet_types/a70348c9-4e96-4f1d-ab78-0db3f49db24d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a70348c9-4e96-4f1d-ab78-0db3f49db24d",
    "match": "https://api-prod.gambitprofit.com/api/matches/27be081b-967f-46f4-a8b9-460ac9a4860f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:04.339414-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": "Oklahoma City Thunder",
                "amount": 6308.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d4475c9-3021-42b1-a6ec-e5d5c5bb451c",
            "gambit_id": "da7b083b-f16a-4c30-8c8b-90d45e4ba8cd",
            "last_updated": "2023-12-01T19:03:14.015442-05:00",
            "created_at": "2023-11-30T10:28:04.349208-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a70348c9-4e96-4f1d-ab78-0db3f49db24d/?format=api"
        },
        {
            "id": "c0304b66-dc90-4ac1-be4f-579037a6a56b",
            "gambit_id": "bff7b24a-3538-4bd7-8826-408ed5e25adb",
            "last_updated": "2023-12-01T19:03:14.011872-05:00",
            "created_at": "2023-11-30T10:28:04.344216-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a70348c9-4e96-4f1d-ab78-0db3f49db24d/?format=api"
        }
    ]
}