GET /api/bet_types/e39125c2-2c47-41d3-8087-d468f39daf3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e39125c2-2c47-41d3-8087-d468f39daf3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0105f76c-52ee-4fcb-893e-a64c41140e9d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-02T08:23:15.556759-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": "ATL (Y Chirinos)",
                "amount": 6139.0
            },
            {
                "team": "LAA (L Giolito)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "48f4faba-2287-434d-b773-aaad765764cd",
            "gambit_id": "973440be-b0cc-4183-a9be-c0fad3be895c",
            "last_updated": "2023-08-03T10:58:01.401737-04:00",
            "created_at": "2023-08-02T08:23:15.574388-04:00",
            "name": "ATL (Y Chirinos)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e39125c2-2c47-41d3-8087-d468f39daf3e/?format=api"
        },
        {
            "id": "87e3e741-e63e-4755-b294-26cff9c118eb",
            "gambit_id": "6e781a63-085b-429a-b6dd-708a0d2f84d6",
            "last_updated": "2023-08-03T10:58:01.396487-04:00",
            "created_at": "2023-08-02T08:23:15.565573-04:00",
            "name": "LAA (L Giolito)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e39125c2-2c47-41d3-8087-d468f39daf3e/?format=api"
        }
    ]
}