GET /api/bet_types/693b5f32-3a09-449d-a376-c83b05e67f48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "693b5f32-3a09-449d-a376-c83b05e67f48",
    "match": "https://api-prod.gambitprofit.com/api/matches/31f93212-271e-4f7e-82c9-7ad263d00732/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T15:07:09.055589-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 Clippers",
                "amount": 6862.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "89d681e9-523f-4001-a360-f2ca475c73cd",
            "gambit_id": "52b38d3e-7596-4bf8-ad76-7105311051c2",
            "last_updated": "2023-03-01T09:32:04.101375-05:00",
            "created_at": "2023-02-28T15:07:09.056822-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/693b5f32-3a09-449d-a376-c83b05e67f48/?format=api"
        },
        {
            "id": "ae29de8d-72a0-4f86-ac51-284f76d4ede5",
            "gambit_id": "ae95f530-35a6-4edb-af5c-7095e8cf438c",
            "last_updated": "2023-03-01T09:32:04.102498-05:00",
            "created_at": "2023-02-28T15:07:09.058106-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/693b5f32-3a09-449d-a376-c83b05e67f48/?format=api"
        }
    ]
}