GET /api/bet_types/9833cd41-731a-4fe9-b9db-335ecb50a299/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9833cd41-731a-4fe9-b9db-335ecb50a299",
    "match": "https://api-prod.gambitprofit.com/api/matches/1816db30-675d-43a5-ae0c-c7b817df6cc8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-15T00:21:48.887094-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": "Los Angeles Thieves",
                "amount": 6675.0
            },
            {
                "team": "Los Angeles Guerrillas",
                "amount": 3325.0
            }
        ],
        "expected_reward_tokens": 8744.25,
        "profit_sb": -255.75,
        "profit_sb_percentage": -2.84,
        "recommended": false
    },
    "lines": [
        {
            "id": "5887516b-6115-4454-a2bb-c184eb4c9f5f",
            "gambit_id": "68a3e8c8-43d2-49af-90a1-9cd9bb21e415",
            "last_updated": "2023-01-16T19:27:23.059569-05:00",
            "created_at": "2023-01-15T00:21:48.889806-05:00",
            "name": "Los Angeles Thieves",
            "reward": "1.31000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9833cd41-731a-4fe9-b9db-335ecb50a299/?format=api"
        },
        {
            "id": "264aa987-2ee9-40e9-bd25-0cdf627896fc",
            "gambit_id": "77532d63-89c2-4ee6-8965-a594d7c42e7d",
            "last_updated": "2023-01-16T19:27:23.062619-05:00",
            "created_at": "2023-01-15T00:21:48.892552-05:00",
            "name": "Los Angeles Guerrillas",
            "reward": "2.63000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9833cd41-731a-4fe9-b9db-335ecb50a299/?format=api"
        }
    ]
}