GET /api/bet_types/76ddfc87-0e88-47ce-be69-7f975c6fc737/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76ddfc87-0e88-47ce-be69-7f975c6fc737",
    "match": "https://api-prod.gambitprofit.com/api/matches/80cf6657-deb8-47f9-9417-77cbfabc8847/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T10:22:23.632277-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": "Utah Jazz",
                "amount": 7959.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2041.0
            }
        ],
        "expected_reward_tokens": 9470.24,
        "profit_sb": -29.76,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f08e517-0503-4db1-bce8-ca972528cc5d",
            "gambit_id": "ac2d0252-528c-4589-8ed8-96bc74cdb673",
            "last_updated": "2023-02-26T11:37:26.755580-05:00",
            "created_at": "2023-02-25T10:22:23.633480-05:00",
            "name": "Utah Jazz",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76ddfc87-0e88-47ce-be69-7f975c6fc737/?format=api"
        },
        {
            "id": "ba0d5d1c-7659-480d-b0e3-ee38e033698d",
            "gambit_id": "0c49dd3e-92f0-43d1-8b2a-f954ecef6433",
            "last_updated": "2023-02-26T11:37:26.756667-05:00",
            "created_at": "2023-02-25T10:22:23.634777-05:00",
            "name": "San Antonio Spurs",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76ddfc87-0e88-47ce-be69-7f975c6fc737/?format=api"
        }
    ]
}