GET /api/bet_types/ce467561-d729-4469-a60e-8742cbb1cab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce467561-d729-4469-a60e-8742cbb1cab6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b36ad664-bd4e-408d-89a3-35507d3f0e48/?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": "LOS (R Pepiot)",
                "amount": 6395.0
            },
            {
                "team": "MIN (S Gray)",
                "amount": 3605.0
            }
        ],
        "expected_reward_tokens": 9336.7,
        "profit_sb": 336.7,
        "profit_sb_percentage": 3.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "387f5942-e799-4598-9820-2fa5ff33675b",
            "gambit_id": "7643ef95-3ee9-4290-9ba6-94d44fa52e70",
            "last_updated": "2022-08-11T09:37:09.819852-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (R Pepiot)",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce467561-d729-4469-a60e-8742cbb1cab6/?format=api"
        },
        {
            "id": "fe658da3-a9ec-4daa-8468-c28d8ef15bff",
            "gambit_id": "54c207a2-6036-48c7-b002-c4a4f8b7b642",
            "last_updated": "2022-08-11T09:37:09.820291-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (S Gray)",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce467561-d729-4469-a60e-8742cbb1cab6/?format=api"
        }
    ]
}