GET /api/bet_types/2e260078-7d95-4b8f-ba67-71ee82812225/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e260078-7d95-4b8f-ba67-71ee82812225",
    "match": "https://api-prod.gambitprofit.com/api/matches/3960e249-4fb4-4927-b297-6eccf7edb3aa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-06T09:33:01.033838-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": "TOR (J Berrios)",
                "amount": 5389.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "cddcc278-d63e-4f32-aaf6-90078832a9a6",
            "gambit_id": "da989824-9ce3-4216-b281-7559507a1c58",
            "last_updated": "2023-07-08T09:42:57.573045-04:00",
            "created_at": "2023-07-06T09:33:01.036426-04:00",
            "name": "TOR (J Berrios)",
            "reward": "1.78000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e260078-7d95-4b8f-ba67-71ee82812225/?format=api"
        },
        {
            "id": "8170deb2-e075-4213-a457-00d6a9027a05",
            "gambit_id": "186a38e2-4b26-4d87-99b1-d48a2b46c97d",
            "last_updated": "2023-07-08T09:42:57.575835-04:00",
            "created_at": "2023-07-06T09:33:01.038458-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.08000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e260078-7d95-4b8f-ba67-71ee82812225/?format=api"
        }
    ]
}