GET /api/bet_types/a0f9f598-2348-4c6d-9aac-4bca907c0ad3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0f9f598-2348-4c6d-9aac-4bca907c0ad3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5b7d3b1-4df6-4bf0-952f-82ef0b794cde/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-30T10:47:18.454336-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": "SEA (L Gilbert)",
                "amount": 5627.0
            },
            {
                "team": "NYY (N Cortes)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "93f76a6f-b5de-4045-a79b-0839ba3bab36",
            "gambit_id": "9b3a7ec4-307c-4963-b4f8-604867bfef0f",
            "last_updated": "2023-05-31T11:47:21.438823-04:00",
            "created_at": "2023-05-30T10:47:18.458133-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0f9f598-2348-4c6d-9aac-4bca907c0ad3/?format=api"
        },
        {
            "id": "fab23bd7-d7d3-4170-a898-7d76466f2fef",
            "gambit_id": "c78e0e6e-29db-488c-a94d-9835c56e5cb2",
            "last_updated": "2023-05-31T11:47:21.436337-04:00",
            "created_at": "2023-05-30T10:47:18.456074-04:00",
            "name": "NYY (N Cortes)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0f9f598-2348-4c6d-9aac-4bca907c0ad3/?format=api"
        }
    ]
}