GET /api/bet_types/722cf8fd-21d5-4535-ae64-36772eba9ffa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "722cf8fd-21d5-4535-ae64-36772eba9ffa",
    "match": "https://api-prod.gambitprofit.com/api/matches/07df5178-842b-4f2a-b67e-4c257cd48160/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-03T12:12:10.288948-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": "LAA (S Ohtani)",
                "amount": 5426.0
            },
            {
                "team": "STL (M Mikolas)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "229e8abe-86fd-4628-9037-342a751104c7",
            "gambit_id": "ae2e1946-c509-4351-8f86-e79878c2c329",
            "last_updated": "2023-05-04T10:52:19.217560-04:00",
            "created_at": "2023-05-03T12:12:10.290279-04:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/722cf8fd-21d5-4535-ae64-36772eba9ffa/?format=api"
        },
        {
            "id": "c9177838-2ab4-4ea2-82f8-acbfc74bc667",
            "gambit_id": "e7611323-0c68-445e-be9f-0b26b3d55c50",
            "last_updated": "2023-05-04T10:52:19.218918-04:00",
            "created_at": "2023-05-03T12:12:10.291587-04:00",
            "name": "STL (M Mikolas)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/722cf8fd-21d5-4535-ae64-36772eba9ffa/?format=api"
        }
    ]
}