GET /api/bet_types/0dc32278-23eb-4453-8522-3bd02989858f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dc32278-23eb-4453-8522-3bd02989858f",
    "match": "https://api-prod.gambitprofit.com/api/matches/322340a4-6849-404e-982c-731ad78afa7c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Portland Trail Blazers",
                "amount": 6235.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ab787aa-1cd7-4fb6-becf-23206ad9d5d0",
            "gambit_id": "544d8fa8-1294-452c-8696-b98821636253",
            "last_updated": "2022-10-29T18:57:20.990483-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc32278-23eb-4453-8522-3bd02989858f/?format=api"
        },
        {
            "id": "0db35888-d3a1-4501-9cae-7519c24f13af",
            "gambit_id": "f8ea00e5-8692-4673-9cac-0ba75286b86e",
            "last_updated": "2022-10-29T18:57:20.991556-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc32278-23eb-4453-8522-3bd02989858f/?format=api"
        }
    ]
}