GET /api/bet_types/11205c57-9564-4d52-826e-3cedeff86d02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11205c57-9564-4d52-826e-3cedeff86d02",
    "match": "https://api-prod.gambitprofit.com/api/matches/0be799cf-b448-4aab-a147-a69c4d4ef87a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-09T09:23:03.460376-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": "Toronto Maple Leafs",
                "amount": 7820.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2180.0
            }
        ],
        "expected_reward_tokens": 9461.2,
        "profit_sb": -38.8,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "266ba06f-c54e-41a8-8839-725192d25751",
            "gambit_id": "7c72cd14-d62f-49ab-80cb-321423d68e1a",
            "last_updated": "2024-01-11T11:13:03.994857-05:00",
            "created_at": "2024-01-09T09:23:03.470696-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11205c57-9564-4d52-826e-3cedeff86d02/?format=api"
        },
        {
            "id": "363c0395-2813-4659-ab43-576b64db4965",
            "gambit_id": "b6dc33cb-0c3e-4c6f-9dd1-eb799f679447",
            "last_updated": "2024-01-11T11:13:03.991375-05:00",
            "created_at": "2024-01-09T09:23:03.465665-05:00",
            "name": "San Jose Sharks",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11205c57-9564-4d52-826e-3cedeff86d02/?format=api"
        }
    ]
}