GET /api/bet_types/3edc0486-a2f2-4b12-846e-644929828f68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3edc0486-a2f2-4b12-846e-644929828f68",
    "match": "https://api-prod.gambitprofit.com/api/matches/4df8d427-c36c-4324-8e6b-cdc637236501/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-07T11:33:28.698426-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": "BAL",
                "amount": 5688.0
            },
            {
                "team": "MIN",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "69a04bf4-3b66-4c78-8540-bc7f97f17895",
            "gambit_id": "2738ea59-2127-40d0-a3b7-3064b76cacdc",
            "last_updated": "2023-07-09T20:23:22.329897-04:00",
            "created_at": "2023-07-07T11:33:28.699963-04:00",
            "name": "BAL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3edc0486-a2f2-4b12-846e-644929828f68/?format=api"
        },
        {
            "id": "cebfaa70-35c0-43fd-9f64-20aed691050e",
            "gambit_id": "463b5f4d-1ebf-492a-9a56-fded9c3a9ab5",
            "last_updated": "2023-07-09T20:23:22.331936-04:00",
            "created_at": "2023-07-07T11:33:28.701614-04:00",
            "name": "MIN",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3edc0486-a2f2-4b12-846e-644929828f68/?format=api"
        }
    ]
}