GET /api/bet_types/c21266b0-04ce-48e5-ad6a-ed8db9311062/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c21266b0-04ce-48e5-ad6a-ed8db9311062",
    "match": "https://api-prod.gambitprofit.com/api/matches/caba573a-531a-4ba8-8d5d-9628c419bc19/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-27T14:02:21.951225-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": "Minnesota Wild",
                "amount": 5213.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e7dbbbe-9ff1-4e8b-84d6-72462d6d78f6",
            "gambit_id": "65537b53-e806-4725-952f-ada4d47b8e4a",
            "last_updated": "2023-03-28T11:17:02.684893-04:00",
            "created_at": "2023-03-27T14:02:21.952832-04:00",
            "name": "Minnesota Wild",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c21266b0-04ce-48e5-ad6a-ed8db9311062/?format=api"
        },
        {
            "id": "5517994c-d5f0-422b-a8bf-79d075d4390c",
            "gambit_id": "6794a5b9-503c-4cd4-a08f-c41837822227",
            "last_updated": "2023-03-28T11:17:02.687153-04:00",
            "created_at": "2023-03-27T14:02:21.954464-04:00",
            "name": "Seattle Kraken",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c21266b0-04ce-48e5-ad6a-ed8db9311062/?format=api"
        }
    ]
}