GET /api/bet_types/be95a2d6-10b5-4fa9-b85a-bbb5e9a55a3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be95a2d6-10b5-4fa9-b85a-bbb5e9a55a3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/20e77f03-408a-458d-a32e-527dcef08a21/?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": "New York Knicks",
                "amount": 7176.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2824.0
            }
        ],
        "expected_reward_tokens": 9544.08,
        "profit_sb": 44.08,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b0088a9-6682-4fee-bdbc-c179be76dde7",
            "gambit_id": "cda7b988-ce7c-411a-af6e-f6a9ea8d9661",
            "last_updated": "2022-10-22T09:22:27.229872-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be95a2d6-10b5-4fa9-b85a-bbb5e9a55a3b/?format=api"
        },
        {
            "id": "47ecc0f0-bb34-43f2-8245-8721bccaf9ce",
            "gambit_id": "59058866-0319-421c-8a1d-360cdd1f862d",
            "last_updated": "2022-10-22T09:22:27.230930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "3.38000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be95a2d6-10b5-4fa9-b85a-bbb5e9a55a3b/?format=api"
        }
    ]
}