GET /api/bet_types/26ed0e0e-7a80-4d62-9384-cbad85381717/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26ed0e0e-7a80-4d62-9384-cbad85381717",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b206209-4976-41ad-8a8a-573e75f04b5f/?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": "Dallas Stars",
                "amount": 6336.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c789cee-e51d-4f6a-9b4f-1ce2b54e75db",
            "gambit_id": "a8586620-c249-4dd5-8b9e-baa8173e451f",
            "last_updated": "2022-12-12T09:47:37.210088-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26ed0e0e-7a80-4d62-9384-cbad85381717/?format=api"
        },
        {
            "id": "b1d1daef-ea3f-44e1-96c5-acebc8c34571",
            "gambit_id": "e394b522-375f-40e0-bd8e-87834661421f",
            "last_updated": "2022-12-12T09:47:37.211194-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26ed0e0e-7a80-4d62-9384-cbad85381717/?format=api"
        }
    ]
}