GET /api/bet_types/7dcf09c2-bbd9-4258-ad91-e7d986ac51e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7dcf09c2-bbd9-4258-ad91-e7d986ac51e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecf7977d-8c1f-41a3-953a-e3c373fcc65e/?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": "Kansas City Chiefs",
                "amount": 6389.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf03edd7-c8a6-4f6e-aeeb-e12d035fc280",
            "gambit_id": "0ca42b8d-6d00-4d31-beb6-ce949fb1eca7",
            "last_updated": "2022-09-16T10:07:03.994596-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dcf09c2-bbd9-4258-ad91-e7d986ac51e8/?format=api"
        },
        {
            "id": "56a66df3-2021-42eb-b693-3eb5dcef3d1f",
            "gambit_id": "e0a1f0c5-ed77-41a2-bf6e-343c154941fe",
            "last_updated": "2022-09-16T10:07:03.995760-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dcf09c2-bbd9-4258-ad91-e7d986ac51e8/?format=api"
        }
    ]
}