GET /api/bet_types/fb0901de-bad7-4538-9be5-04b57af9e477/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb0901de-bad7-4538-9be5-04b57af9e477",
    "match": "https://api-prod.gambitprofit.com/api/matches/741b794f-7506-4aec-a28c-de0fdd485367/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:36:59.380452-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": "Toronto Raptors",
                "amount": 6025.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "92257072-de0c-42bc-a293-f77dc3a4c2c7",
            "gambit_id": "5b601656-8d1c-4c68-8365-4d9761ff29ae",
            "last_updated": "2023-03-01T09:42:11.249301-05:00",
            "created_at": "2023-02-28T12:36:59.381664-05:00",
            "name": "Toronto Raptors",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb0901de-bad7-4538-9be5-04b57af9e477/?format=api"
        },
        {
            "id": "a3bad791-82a8-4b1e-a844-53cc6d60b853",
            "gambit_id": "e5f7b24d-247e-4131-a531-e722fe5665a4",
            "last_updated": "2023-03-01T09:42:11.250461-05:00",
            "created_at": "2023-02-28T12:36:59.382954-05:00",
            "name": "Chicago Bulls",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb0901de-bad7-4538-9be5-04b57af9e477/?format=api"
        }
    ]
}