GET /api/bet_types/63c6e8c2-4e36-4f5f-878c-98b8637d210b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63c6e8c2-4e36-4f5f-878c-98b8637d210b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f3fab7d-c628-49af-9080-bacef2c16798/?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": "Kaleb Harris",
                "amount": 5616.0
            },
            {
                "team": "Harris Stephenson",
                "amount": 4384.0
            }
        ],
        "expected_reward_tokens": 8592.48,
        "profit_sb": -907.52,
        "profit_sb_percentage": -9.55,
        "recommended": false
    },
    "lines": [
        {
            "id": "c21d3799-fb62-4336-8d16-1d2553d3eab6",
            "gambit_id": "2d8a1332-7f8b-4b4e-ae92-8563cb43618a",
            "last_updated": "2022-10-02T15:17:13.567378-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kaleb Harris",
            "reward": "1.53000",
            "odds": "1.66000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63c6e8c2-4e36-4f5f-878c-98b8637d210b/?format=api"
        },
        {
            "id": "a26370b4-5abb-40e6-b566-04f0876ff46d",
            "gambit_id": "7bd6abaa-5794-456f-bd5b-3cd787c1c4ce",
            "last_updated": "2022-10-02T15:17:13.568531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Harris Stephenson",
            "reward": "1.96000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63c6e8c2-4e36-4f5f-878c-98b8637d210b/?format=api"
        }
    ]
}