GET /api/bet_types/1573b2af-e49b-48dc-8904-47763f9dbf34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1573b2af-e49b-48dc-8904-47763f9dbf34",
    "match": "https://api-prod.gambitprofit.com/api/matches/731bc572-1c39-413e-954b-6248fd02dc61/?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": "Cleveland Cavaliers",
                "amount": 5482.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9934253-35c6-44b4-acc7-bdec972a0c27",
            "gambit_id": "2348e0c6-57cf-436d-97c9-6baa6b568c40",
            "last_updated": "2022-12-22T10:42:30.303113-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1573b2af-e49b-48dc-8904-47763f9dbf34/?format=api"
        },
        {
            "id": "8726795e-d98c-48db-9fa4-399a5be08d89",
            "gambit_id": "d3484420-71a0-4dd4-8952-a747f4f89ccd",
            "last_updated": "2022-12-22T10:42:30.304200-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1573b2af-e49b-48dc-8904-47763f9dbf34/?format=api"
        }
    ]
}