GET /api/bet_types/28d68c9a-be17-4453-b826-d42a74b85e28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28d68c9a-be17-4453-b826-d42a74b85e28",
    "match": "https://api-prod.gambitprofit.com/api/matches/da296d7c-65dc-433c-96f3-4ef3600d9e07/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-30T08:23:06.388907-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": "NYY",
                "amount": 6547.0
            },
            {
                "team": "STL",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "9af0e18a-4c37-4d02-bad9-22422c6c0ced",
            "gambit_id": "fc1c65bd-9eb8-4093-899a-cba25affd2bb",
            "last_updated": "2023-07-07T20:13:05.716440-04:00",
            "created_at": "2023-06-30T08:23:06.390533-04:00",
            "name": "NYY",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28d68c9a-be17-4453-b826-d42a74b85e28/?format=api"
        },
        {
            "id": "874c28fd-05dd-412f-af25-db733858d06f",
            "gambit_id": "de9f7f5d-cf27-4b52-8619-2c161c19d447",
            "last_updated": "2023-07-07T20:13:05.718814-04:00",
            "created_at": "2023-06-30T08:23:06.392125-04:00",
            "name": "STL",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28d68c9a-be17-4453-b826-d42a74b85e28/?format=api"
        }
    ]
}