GET /api/bet_types/aab1cbf4-b3e4-4eeb-823a-5a03f4ecb1c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aab1cbf4-b3e4-4eeb-823a-5a03f4ecb1c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f8041d2-d38c-4cf1-bfce-2e3d026278a2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T08:33:18.742097-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": "CIN (A Abbott)",
                "amount": 6682.0
            },
            {
                "team": "WAS (J Adon)",
                "amount": 3318.0
            }
        ],
        "expected_reward_tokens": 9488.44,
        "profit_sb": -11.56,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5908dda-8fd0-4c21-9ea3-0cd1fb7d03f1",
            "gambit_id": "4b030760-8b71-4a2b-865e-412e38abe54f",
            "last_updated": "2023-08-07T14:58:05.525954-04:00",
            "created_at": "2023-08-05T08:33:18.756307-04:00",
            "name": "CIN (A Abbott)",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aab1cbf4-b3e4-4eeb-823a-5a03f4ecb1c4/?format=api"
        },
        {
            "id": "73680064-0f33-42a9-87e8-d9ae194bae38",
            "gambit_id": "b333c655-3821-4c26-acc2-07161ca95b4b",
            "last_updated": "2023-08-07T14:58:05.521656-04:00",
            "created_at": "2023-08-05T08:33:18.750421-04:00",
            "name": "WAS (J Adon)",
            "reward": "2.86000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aab1cbf4-b3e4-4eeb-823a-5a03f4ecb1c4/?format=api"
        }
    ]
}