GET /api/bet_types/b63b6b9c-cb81-41d8-b016-535ce7bb0aa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b63b6b9c-cb81-41d8-b016-535ce7bb0aa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/b77519fa-1f66-4ae5-b81f-3a339adc5e50/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "MIN (J Ryan)",
                "amount": 6189.0
            },
            {
                "team": "KAN (K Bubic)",
                "amount": 3811.0
            }
        ],
        "expected_reward_tokens": 9221.61,
        "profit_sb": 221.61,
        "profit_sb_percentage": 2.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "545bf3d6-aae0-4d95-b4dc-eb9008f9b153",
            "gambit_id": "93003c9b-d66e-41fa-a646-22ca1be777ac",
            "last_updated": "2022-09-14T10:17:06.930714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (J Ryan)",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b63b6b9c-cb81-41d8-b016-535ce7bb0aa0/?format=api"
        },
        {
            "id": "baea33fe-b5ed-4638-ac7f-282bb6c3c416",
            "gambit_id": "5baef4c5-54f1-47c5-8ae7-a0138058f11e",
            "last_updated": "2022-09-14T10:17:06.931646-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (K Bubic)",
            "reward": "2.42000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b63b6b9c-cb81-41d8-b016-535ce7bb0aa0/?format=api"
        }
    ]
}