GET /api/bet_types/102eb01d-ab96-4be5-95ec-72281043c8f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "102eb01d-ab96-4be5-95ec-72281043c8f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f41c0bb-8f88-400b-8917-cf3f7324efa6/?format=api",
    "name": "Play the Odds",
    "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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff8478df-2e49-482c-945a-d2b195ef2469",
            "gambit_id": "ef20d90c-5db0-45f7-9de9-c362d0c993ff",
            "last_updated": "2022-10-20T09:37:00.742994-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/102eb01d-ab96-4be5-95ec-72281043c8f5/?format=api"
        },
        {
            "id": "c283893e-7c12-442a-9684-114c41bb72f5",
            "gambit_id": "8ee44d1d-fd07-4078-9a1a-c2025db1656c",
            "last_updated": "2022-10-20T09:37:00.744030-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/102eb01d-ab96-4be5-95ec-72281043c8f5/?format=api"
        }
    ]
}