GET /api/bet_types/e33569ca-849b-4bc3-84df-09e932f1e5e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e33569ca-849b-4bc3-84df-09e932f1e5e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c83ded5-d5b9-43ed-9a3e-661c2cbd4f33/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-02T09:33:15.700938-04: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": "TEX (J Montgomery)",
                "amount": 6434.0
            },
            {
                "team": "MIN (D Keuchel)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "66738d9c-6e80-4ebc-b475-8d3db90e9c45",
            "gambit_id": "651b1029-994b-4a08-9952-97d094314828",
            "last_updated": "2023-09-04T12:48:33.475370-04:00",
            "created_at": "2023-09-02T09:33:15.708953-04:00",
            "name": "TEX (J Montgomery)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e33569ca-849b-4bc3-84df-09e932f1e5e0/?format=api"
        },
        {
            "id": "bdff9c07-d9f6-4b85-a394-63b59fbdeed7",
            "gambit_id": "8d23d775-0def-4892-86c9-c1d374a9f3aa",
            "last_updated": "2023-09-04T12:48:33.468393-04:00",
            "created_at": "2023-09-02T09:33:15.705138-04:00",
            "name": "MIN (D Keuchel)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e33569ca-849b-4bc3-84df-09e932f1e5e0/?format=api"
        }
    ]
}