GET /api/bet_types/55cf67a7-c6a0-4972-815d-31fd1065bb7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55cf67a7-c6a0-4972-815d-31fd1065bb7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/56501c68-6313-4342-b2cb-a43091b8c142/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-31T10:13:05.911280-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": "Phoenix Suns",
                "amount": 6698.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3302.0
            }
        ],
        "expected_reward_tokens": 9443.72,
        "profit_sb": -56.28,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "342b92b6-3011-4e96-98db-bc6f8b4c5ad9",
            "gambit_id": "03890e50-cef8-4709-bbd6-8679b6e56e7d",
            "last_updated": "2024-01-02T10:13:09.560614-05:00",
            "created_at": "2023-12-31T10:13:05.924051-05:00",
            "name": "Phoenix Suns",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55cf67a7-c6a0-4972-815d-31fd1065bb7c/?format=api"
        },
        {
            "id": "e4f3a734-1843-4b58-8718-bced1a06b98c",
            "gambit_id": "9c38cad0-4f0a-4b23-8512-1d4f15f125e6",
            "last_updated": "2024-01-02T10:13:09.557319-05:00",
            "created_at": "2023-12-31T10:13:05.914901-05:00",
            "name": "Orlando Magic",
            "reward": "2.86000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55cf67a7-c6a0-4972-815d-31fd1065bb7c/?format=api"
        }
    ]
}