GET /api/bet_types/f326c4a6-f704-4390-8f3c-ade0778f2f01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f326c4a6-f704-4390-8f3c-ade0778f2f01",
    "match": "https://api-prod.gambitprofit.com/api/matches/cce31c2b-330b-4e18-b6df-4f61dc0dcddf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-23T11:47:56.601586-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": "SFO (S Alexander)",
                "amount": 5222.0
            },
            {
                "team": "WAS (M Gore)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "95dca912-0937-4a1e-8bdc-55dc449c7418",
            "gambit_id": "f4147848-1f02-4bc6-8c86-a5091f5c3451",
            "last_updated": "2023-07-24T13:38:11.223085-04:00",
            "created_at": "2023-07-23T11:47:56.606711-04:00",
            "name": "SFO (S Alexander)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f326c4a6-f704-4390-8f3c-ade0778f2f01/?format=api"
        },
        {
            "id": "1f6765fb-deb3-41b8-a4f9-1d8f6b6c72a3",
            "gambit_id": "d5745c75-d9f8-4a6c-89c0-963ef4d375da",
            "last_updated": "2023-07-24T13:38:11.226677-04:00",
            "created_at": "2023-07-23T11:47:56.610930-04:00",
            "name": "WAS (M Gore)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f326c4a6-f704-4390-8f3c-ade0778f2f01/?format=api"
        }
    ]
}