GET /api/bet_types/4141be87-7570-4246-aec0-852da7fbb900/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4141be87-7570-4246-aec0-852da7fbb900",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d496a67-483c-4b0c-b4c6-6ea1b1e29c35/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-18T09:08:19.208884-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": "MIL (F Peralta)",
                "amount": 6173.0
            },
            {
                "team": "STL (A Wainwright)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf1b4946-bc80-4add-87ef-23d303564d91",
            "gambit_id": "669a0337-d72b-418e-ba3e-05280dac3784",
            "last_updated": "2023-09-20T09:18:07.144804-04:00",
            "created_at": "2023-09-18T09:08:19.216823-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4141be87-7570-4246-aec0-852da7fbb900/?format=api"
        },
        {
            "id": "dc7deacc-05e0-4f6d-b6da-2ae451763cbd",
            "gambit_id": "093d7c74-d69f-4484-9e87-b3c88b159345",
            "last_updated": "2023-09-20T09:18:07.148211-04:00",
            "created_at": "2023-09-18T09:08:19.230173-04:00",
            "name": "STL (A Wainwright)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4141be87-7570-4246-aec0-852da7fbb900/?format=api"
        }
    ]
}