GET /api/bet_types/a5fdf2e3-a1b6-41ff-9f2f-f3b2e41c135d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5fdf2e3-a1b6-41ff-9f2f-f3b2e41c135d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4beb4dd-59e9-4f1b-907f-9285029b88da/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-14T05:58:09.507503-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": "NYM (J Verlander)",
                "amount": 5117.0
            },
            {
                "team": "NYY (G Cole)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "8e0332de-2e11-4ab1-acf1-76472fbeab44",
            "gambit_id": "d5f635e6-9d5c-4446-8782-139d88b64db7",
            "last_updated": "2023-06-15T23:23:32.406953-04:00",
            "created_at": "2023-06-14T05:58:09.511992-04:00",
            "name": "NYM (J Verlander)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5fdf2e3-a1b6-41ff-9f2f-f3b2e41c135d/?format=api"
        },
        {
            "id": "b3d249cb-637b-46b7-89ba-c405b9cc9d82",
            "gambit_id": "7af00b3e-9a1f-4c91-b700-26cda67e3b44",
            "last_updated": "2023-06-15T23:23:32.405537-04:00",
            "created_at": "2023-06-14T05:58:09.509877-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5fdf2e3-a1b6-41ff-9f2f-f3b2e41c135d/?format=api"
        }
    ]
}