GET /api/bet_types/21705f61-4af5-4a11-b891-1d3332890968/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21705f61-4af5-4a11-b891-1d3332890968",
    "match": "https://api-prod.gambitprofit.com/api/matches/648dd356-9877-4a6b-be71-3ec6d4d25ffc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-29T09:12:56.374122-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": "New Jersey Devils",
                "amount": 6010.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "03811f14-8fc2-4e54-b414-6b94cb89fa63",
            "gambit_id": "e0588908-957f-48dd-80a3-29082dae67bd",
            "last_updated": "2023-10-30T21:58:18.422937-04:00",
            "created_at": "2023-10-29T09:12:56.382495-04:00",
            "name": "New Jersey Devils",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21705f61-4af5-4a11-b891-1d3332890968/?format=api"
        },
        {
            "id": "f8936348-0913-47ec-a574-9305bad90ffd",
            "gambit_id": "4a7664bc-372a-419c-a346-85674579f2e1",
            "last_updated": "2023-10-30T21:58:18.405777-04:00",
            "created_at": "2023-10-29T09:12:56.378487-04:00",
            "name": "Minnesota Wild",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21705f61-4af5-4a11-b891-1d3332890968/?format=api"
        }
    ]
}