GET /api/bet_types/579f1627-7063-43d6-a0a6-dd4ec6b44b58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "579f1627-7063-43d6-a0a6-dd4ec6b44b58",
    "match": "https://api-prod.gambitprofit.com/api/matches/7504730b-7b5a-47dc-9449-6859983b8fc7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:06.628177-05: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": "Miami Heat",
                "amount": 5773.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "d90473f0-61d8-4bed-8053-85fa58673533",
            "gambit_id": "ab3564a6-1a33-46cc-940a-9f549ae949bc",
            "last_updated": "2023-11-17T23:43:11.066213-05:00",
            "created_at": "2023-11-16T09:28:06.636848-05:00",
            "name": "Miami Heat",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/579f1627-7063-43d6-a0a6-dd4ec6b44b58/?format=api"
        },
        {
            "id": "c68a264c-eca8-413f-874a-0c05e9f6a970",
            "gambit_id": "5464cb69-23b8-4f6d-b2ea-67857c2e6547",
            "last_updated": "2023-11-17T23:43:11.062108-05:00",
            "created_at": "2023-11-16T09:28:06.631635-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/579f1627-7063-43d6-a0a6-dd4ec6b44b58/?format=api"
        }
    ]
}