GET /api/bet_types/1443238e-c2c7-4ba5-a2c7-c24bc8e01965/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1443238e-c2c7-4ba5-a2c7-c24bc8e01965",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eb0e16f-cc0f-46cf-9060-e9621d4fd1cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-30T17:46:52.416188-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d57d9182-1644-4a4c-8fe8-cacbbad71896",
            "gambit_id": "b4e53385-a56c-4fd5-ba47-d98338fe42bf",
            "last_updated": "2023-01-31T09:17:14.344914-05:00",
            "created_at": "2023-01-30T17:46:52.417511-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1443238e-c2c7-4ba5-a2c7-c24bc8e01965/?format=api"
        },
        {
            "id": "4b279ee9-0a6f-4fa9-b6d4-5294eb07543c",
            "gambit_id": "cdc135da-953d-40f7-9dc5-629f67f3d5f8",
            "last_updated": "2023-01-31T09:17:14.346100-05:00",
            "created_at": "2023-01-30T17:46:52.418871-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1443238e-c2c7-4ba5-a2c7-c24bc8e01965/?format=api"
        }
    ]
}