GET /api/bet_types/4e65201b-bfe4-47a0-adef-a41bda29973b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e65201b-bfe4-47a0-adef-a41bda29973b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f266381-3f33-4b77-b052-90bb2e4bcaca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:02.043681-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "dde84a87-6d9b-4cd3-b204-ad9aae1257b1",
            "gambit_id": "190d83c4-84cf-449c-84dc-ed8aa4b02ca5",
            "last_updated": "2023-02-24T12:32:16.737517-05:00",
            "created_at": "2023-02-23T09:07:02.044926-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e65201b-bfe4-47a0-adef-a41bda29973b/?format=api"
        },
        {
            "id": "25b663e5-4f0e-4285-be4c-9bf0f2988b23",
            "gambit_id": "33a1cccc-8bf1-4b67-ade3-b6c0ee289dce",
            "last_updated": "2023-02-24T12:32:16.738693-05:00",
            "created_at": "2023-02-23T09:07:02.046199-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e65201b-bfe4-47a0-adef-a41bda29973b/?format=api"
        }
    ]
}