GET /api/bet_types/512f5e60-9062-4b77-b7a7-410b27bd7050/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "512f5e60-9062-4b77-b7a7-410b27bd7050",
    "match": "https://api-prod.gambitprofit.com/api/matches/78ea3323-2596-474b-b389-636a981362d1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:13:06.219157-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": 7945.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2055.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6771798-ba00-4ca7-a34b-046ae366a634",
            "gambit_id": "882a659c-b648-4d50-a72e-6e0b7da74188",
            "last_updated": "2023-12-07T21:48:04.712550-05:00",
            "created_at": "2023-12-06T09:13:06.223147-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/512f5e60-9062-4b77-b7a7-410b27bd7050/?format=api"
        },
        {
            "id": "56e9fa1d-cf81-4cd4-91bf-6547e2a93ca1",
            "gambit_id": "704896b8-01a6-4d7a-8f54-8b75f3f26243",
            "last_updated": "2023-12-07T21:48:04.716606-05:00",
            "created_at": "2023-12-06T09:13:06.227915-05:00",
            "name": "Washington Wizards",
            "reward": "4.60000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/512f5e60-9062-4b77-b7a7-410b27bd7050/?format=api"
        }
    ]
}