GET /api/bet_types/d79be8fa-78df-42a5-9e8d-5aada604ce63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d79be8fa-78df-42a5-9e8d-5aada604ce63",
    "match": "https://api-prod.gambitprofit.com/api/matches/414ba128-c721-42e2-97ed-b0c4af670cec/?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": 5610.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": 480.9,
        "profit_sb_percentage": 5.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "55053559-ee8c-4cf4-bdcb-8e1e43abadcc",
            "gambit_id": "ce6d26ee-47ee-41a2-b108-ba6ee4a6893a",
            "last_updated": "2022-11-02T20:57:11.617926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d79be8fa-78df-42a5-9e8d-5aada604ce63/?format=api"
        },
        {
            "id": "e5cab570-ad7c-469f-acec-58900c3484b3",
            "gambit_id": "fb8b6688-23b0-4854-b80b-4b3e4233c810",
            "last_updated": "2022-11-02T20:57:11.618893-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d79be8fa-78df-42a5-9e8d-5aada604ce63/?format=api"
        }
    ]
}