GET /api/bet_types/eb0db97c-2096-4eac-aee0-d0312a08f0ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb0db97c-2096-4eac-aee0-d0312a08f0ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/53193c90-8a11-456d-85b8-9eea6a681437/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T09:28:03.563200-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": "ATL (Y Chirinos)",
                "amount": 5222.0
            },
            {
                "team": "SFO (L Webb)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "9f346b70-006c-4715-bddc-8eef4b7437d0",
            "gambit_id": "62f273a9-dedb-49a8-a488-4c61f0cfd69b",
            "last_updated": "2023-08-21T10:38:13.694603-04:00",
            "created_at": "2023-08-19T09:28:03.572850-04:00",
            "name": "ATL (Y Chirinos)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb0db97c-2096-4eac-aee0-d0312a08f0ce/?format=api"
        },
        {
            "id": "bc38e55d-2d8a-4894-a6d6-97a1457a4ec1",
            "gambit_id": "dbd390cd-7051-4b85-b1ea-5c4aae80b72e",
            "last_updated": "2023-08-21T10:38:13.690922-04:00",
            "created_at": "2023-08-19T09:28:03.567401-04:00",
            "name": "SFO (L Webb)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb0db97c-2096-4eac-aee0-d0312a08f0ce/?format=api"
        }
    ]
}