GET /api/bet_types/10f9d8b6-de79-4fad-89c5-5902ee42d6db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10f9d8b6-de79-4fad-89c5-5902ee42d6db",
    "match": "https://api-prod.gambitprofit.com/api/matches/c48b7971-f6c0-4ee9-ac9c-c37260b444b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T08:17:05.727417-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": "Golden State Warriors",
                "amount": 6173.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "25eeb363-84c2-48ec-894a-aa2d4a7eead3",
            "gambit_id": "43137888-19c0-4634-81e8-db8da33e5752",
            "last_updated": "2023-02-14T09:31:56.108231-05:00",
            "created_at": "2023-02-13T08:17:05.728584-05:00",
            "name": "Golden State Warriors",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10f9d8b6-de79-4fad-89c5-5902ee42d6db/?format=api"
        },
        {
            "id": "c281990e-2ce2-424c-aca2-452e958047c1",
            "gambit_id": "d18cc5dc-1eff-43f6-9bb3-4311e718ea65",
            "last_updated": "2023-02-14T09:31:56.109378-05:00",
            "created_at": "2023-02-13T08:17:05.729906-05:00",
            "name": "Washington Wizards",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10f9d8b6-de79-4fad-89c5-5902ee42d6db/?format=api"
        }
    ]
}