GET /api/bet_types/c0046d89-4286-460b-a538-61d065d51af3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0046d89-4286-460b-a538-61d065d51af3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ede05ceb-7962-40eb-8f4e-2c216846a484/?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": "Los Angeles Clippers",
                "amount": 5304.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "3eec8e45-cb32-43c3-a755-0f8c5b1edb52",
            "gambit_id": "8abc6e68-423f-4599-ba1b-d4294b42526e",
            "last_updated": "2022-11-14T11:33:11.769494-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0046d89-4286-460b-a538-61d065d51af3/?format=api"
        },
        {
            "id": "d0462808-0031-4563-944e-41fbd3367d6b",
            "gambit_id": "67874a72-7fa3-40a5-ac04-0e25d2921c6c",
            "last_updated": "2022-11-14T11:33:11.770765-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0046d89-4286-460b-a538-61d065d51af3/?format=api"
        }
    ]
}