GET /api/bet_types/264e8751-5a29-4ea0-8852-419d4ea7a8bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "264e8751-5a29-4ea0-8852-419d4ea7a8bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/10d13fb7-eb25-4ef1-becb-3b20ce25877e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:22:13.897755-04: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": "MIN (S Gray)",
                "amount": 5490.0
            },
            {
                "team": "CLE (L Allen)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "2063a696-1857-4338-9142-a9d32c76ce29",
            "gambit_id": "139c8dc7-c2c4-4a32-8eee-8af624e1a9f5",
            "last_updated": "2023-06-05T10:57:19.931874-04:00",
            "created_at": "2023-06-03T11:22:13.902765-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/264e8751-5a29-4ea0-8852-419d4ea7a8bf/?format=api"
        },
        {
            "id": "7c5e5efc-c6fe-4400-9ca3-c93a5815d0fa",
            "gambit_id": "32e8fd43-a2a9-4e38-b172-8b3b5062e755",
            "last_updated": "2023-06-05T10:57:19.929500-04:00",
            "created_at": "2023-06-03T11:22:13.900143-04:00",
            "name": "CLE (L Allen)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/264e8751-5a29-4ea0-8852-419d4ea7a8bf/?format=api"
        }
    ]
}