GET /api/bet_types/bd12e45f-5935-4057-a6b8-98cd17ebf7f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd12e45f-5935-4057-a6b8-98cd17ebf7f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e7bb634-91f4-46d2-ad48-b6d0df3988d5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-11T08:48:20.629343-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": "NYY",
                "amount": 6154.0
            },
            {
                "team": "BOS",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "3630f22f-34bc-498d-9cdf-76ef2684bffb",
            "gambit_id": "0a22b8b4-f321-4168-a092-5c9123b10a02",
            "last_updated": "2023-09-18T19:08:06.907802-04:00",
            "created_at": "2023-09-11T08:48:20.632761-04:00",
            "name": "NYY",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd12e45f-5935-4057-a6b8-98cd17ebf7f4/?format=api"
        },
        {
            "id": "3a0dcaea-7a79-435b-a1f3-68277a297845",
            "gambit_id": "9b1fef57-7bef-441d-87cf-f15c7b685ef3",
            "last_updated": "2023-09-18T19:08:06.911419-04:00",
            "created_at": "2023-09-11T08:48:20.637130-04:00",
            "name": "BOS",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd12e45f-5935-4057-a6b8-98cd17ebf7f4/?format=api"
        }
    ]
}