GET /api/bet_types/60c8fa0f-220f-4c5a-97ed-705041739308/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60c8fa0f-220f-4c5a-97ed-705041739308",
    "match": "https://api-prod.gambitprofit.com/api/matches/a869cf6d-7671-4aa2-a885-5a144490a3bf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T08:38:10.632409-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": "NYY (G Cole)",
                "amount": 6885.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "1817734d-9bb7-4b8d-affb-000419ab83e5",
            "gambit_id": "a4ca82bd-3cb1-4a73-be33-ce7c1e3e5b51",
            "last_updated": "2023-07-23T22:02:58.166668-04:00",
            "created_at": "2023-07-22T08:38:10.643780-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60c8fa0f-220f-4c5a-97ed-705041739308/?format=api"
        },
        {
            "id": "bb388992-ba1a-4ec7-ba9e-fb8d283b2ed7",
            "gambit_id": "ce2fd3fa-c9ed-4007-a9e1-2f335d3dafef",
            "last_updated": "2023-07-23T22:02:58.163293-04:00",
            "created_at": "2023-07-22T08:38:10.639192-04:00",
            "name": "KAN (B Singer)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60c8fa0f-220f-4c5a-97ed-705041739308/?format=api"
        }
    ]
}