GET /api/bet_types/ee58a03c-8c22-4137-bcaa-4ba63c4d6f76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee58a03c-8c22-4137-bcaa-4ba63c4d6f76",
    "match": "https://api-prod.gambitprofit.com/api/matches/336cb8e0-af26-4ea2-a104-c3d3451b2ae8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:22:12.199380-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": "STL (J Montgomery)",
                "amount": 5711.0
            },
            {
                "team": "PIT (L Ortiz)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "4325a122-215e-42d8-8735-1e6de512d59c",
            "gambit_id": "2c6e6014-d50c-4e48-a18c-8a7894fb369d",
            "last_updated": "2023-06-05T10:57:22.308731-04:00",
            "created_at": "2023-06-03T11:22:12.201683-04:00",
            "name": "STL (J Montgomery)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee58a03c-8c22-4137-bcaa-4ba63c4d6f76/?format=api"
        },
        {
            "id": "1a885810-14ca-4887-8cb8-a80bf032ed34",
            "gambit_id": "8b090b64-30df-4166-a733-6538831a17d2",
            "last_updated": "2023-06-05T10:57:22.311511-04:00",
            "created_at": "2023-06-03T11:22:12.204568-04:00",
            "name": "PIT (L Ortiz)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee58a03c-8c22-4137-bcaa-4ba63c4d6f76/?format=api"
        }
    ]
}