GET /api/bet_types/81f203dd-2456-4a59-8ec5-66afa0cc4ceb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81f203dd-2456-4a59-8ec5-66afa0cc4ceb",
    "match": "https://api-prod.gambitprofit.com/api/matches/75aa0d83-4880-4c58-90d6-612a998315fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-26T09:28:20.962407-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": "Los Angeles Lakers",
                "amount": 6849.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d371875-4343-4589-8943-6f560e04e4ab",
            "gambit_id": "ff2d199d-7df1-4d96-baf3-011035d6ec24",
            "last_updated": "2023-10-27T09:53:07.731910-04:00",
            "created_at": "2023-10-26T09:28:20.970293-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81f203dd-2456-4a59-8ec5-66afa0cc4ceb/?format=api"
        },
        {
            "id": "4637be50-8b96-4a6b-9301-cf85fe5e3c3e",
            "gambit_id": "23743bac-9a61-4b14-8ef2-142fa675511e",
            "last_updated": "2023-10-27T09:53:07.727823-04:00",
            "created_at": "2023-10-26T09:28:20.966335-04:00",
            "name": "Phoenix Suns",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81f203dd-2456-4a59-8ec5-66afa0cc4ceb/?format=api"
        }
    ]
}