GET /api/bet_types/4ca007b0-775d-498b-846c-792741659aa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ca007b0-775d-498b-846c-792741659aa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e5b386e-2697-4ddd-a075-a258d62790d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-23T22:48:17.936813-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": "Baltimore Ravens",
                "amount": 6611.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f03b51a-9593-403e-92ef-6206a0751332",
            "gambit_id": "b6ed6e72-da87-43d7-b8ac-74d65d717267",
            "last_updated": "2024-01-29T22:18:11.687673-05:00",
            "created_at": "2024-01-23T22:48:17.947823-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ca007b0-775d-498b-846c-792741659aa2/?format=api"
        },
        {
            "id": "95b5a313-de2c-45a2-ab92-347af53b3c9a",
            "gambit_id": "c79aca08-5f6d-46af-a8b9-e5f26318fb17",
            "last_updated": "2024-01-29T22:18:11.683852-05:00",
            "created_at": "2024-01-23T22:48:17.943049-05:00",
            "name": "Kansas City Chiefs",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ca007b0-775d-498b-846c-792741659aa2/?format=api"
        }
    ]
}