GET /api/bet_types/b8074747-a766-440b-9aaa-dfeea18386d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8074747-a766-440b-9aaa-dfeea18386d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3623691-85f8-46db-b84a-22623bd2387a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-13T10:18:24.196808-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": "PHI (R Suarez)",
                "amount": 5222.0
            },
            {
                "team": "MIN (S Gray)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "07110c99-58bf-4ccc-859c-2c1141a742f5",
            "gambit_id": "270e2ef9-8a16-4c9f-9473-0ea41f69aeed",
            "last_updated": "2023-08-14T18:43:06.290143-04:00",
            "created_at": "2023-08-13T10:18:24.210778-04:00",
            "name": "PHI (R Suarez)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8074747-a766-440b-9aaa-dfeea18386d4/?format=api"
        },
        {
            "id": "1ab454ca-3b34-49ba-90c4-3010624505d5",
            "gambit_id": "b965f97f-f98d-4b76-935b-fda49c34ba12",
            "last_updated": "2023-08-14T18:43:06.286798-04:00",
            "created_at": "2023-08-13T10:18:24.201227-04:00",
            "name": "MIN (S Gray)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8074747-a766-440b-9aaa-dfeea18386d4/?format=api"
        }
    ]
}