GET /api/bet_types/5b4c86a2-9c52-47b5-978b-bf9fc13e1a5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b4c86a2-9c52-47b5-978b-bf9fc13e1a5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e1ee1cf-c3bd-4e6b-8dcd-163b922dae5d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T09:38:21.398315-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": "Denver Nuggets",
                "amount": 7643.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2357.0
            }
        ],
        "expected_reward_tokens": 9475.14,
        "profit_sb": -24.86,
        "profit_sb_percentage": -0.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "13b9ffa1-91b6-47a1-b4db-ee47a09d73c7",
            "gambit_id": "7f6854ab-122f-4970-a53a-8e1338930f78",
            "last_updated": "2023-12-09T11:33:25.281401-05:00",
            "created_at": "2023-12-08T09:38:21.406230-05:00",
            "name": "Denver Nuggets",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b4c86a2-9c52-47b5-978b-bf9fc13e1a5e/?format=api"
        },
        {
            "id": "3fededdd-8b98-458a-abb9-2cf9e9e74121",
            "gambit_id": "0bde5117-76f1-41f2-88e4-3b3f23cdcbb8",
            "last_updated": "2023-12-09T11:33:25.284804-05:00",
            "created_at": "2023-12-08T09:38:21.402480-05:00",
            "name": "Houston Rockets",
            "reward": "4.02000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b4c86a2-9c52-47b5-978b-bf9fc13e1a5e/?format=api"
        }
    ]
}