GET /api/bet_types/3fd56699-cbe7-494e-aed4-51b2f9caf112/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fd56699-cbe7-494e-aed4-51b2f9caf112",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1e9212a-c7ec-4f1c-8666-1cb731a40569/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-24T13:02:08.925025-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "560195c0-5caf-415f-ab89-fc6c542fe4cd",
            "gambit_id": "245fe590-bd2c-4145-861b-a6b91e2836a9",
            "last_updated": "2023-04-25T11:42:20.983339-04:00",
            "created_at": "2023-04-24T13:02:08.929924-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd56699-cbe7-494e-aed4-51b2f9caf112/?format=api"
        },
        {
            "id": "988d5ea3-281c-4258-97e5-824744b897c3",
            "gambit_id": "95deee27-ea71-4867-abcc-dacfcb08707f",
            "last_updated": "2023-04-25T11:42:20.979328-04:00",
            "created_at": "2023-04-24T13:02:08.927770-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd56699-cbe7-494e-aed4-51b2f9caf112/?format=api"
        }
    ]
}