GET /api/bet_types/4c7c8cef-6c8b-49b9-b192-43f810fc23b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c7c8cef-6c8b-49b9-b192-43f810fc23b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/28df42f2-c634-471d-aaf6-38705c02450e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-06T08:42:03.493050-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": "Denver Nuggets",
                "amount": 6651.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "6efc8679-9b81-44ec-80b7-add5ff6d882d",
            "gambit_id": "1b9998b5-66a4-48e1-ab67-da78c31a7060",
            "last_updated": "2023-03-07T10:12:17.869713-05:00",
            "created_at": "2023-03-06T08:42:03.494850-05:00",
            "name": "Denver Nuggets",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7c8cef-6c8b-49b9-b192-43f810fc23b7/?format=api"
        },
        {
            "id": "52b1600d-6cb9-45e4-aead-eba8ee1f39b7",
            "gambit_id": "1855f809-1e92-45e4-bd43-d0ce6ee889bb",
            "last_updated": "2023-03-07T10:12:17.870888-05:00",
            "created_at": "2023-03-06T08:42:03.496224-05:00",
            "name": "Toronto Raptors",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7c8cef-6c8b-49b9-b192-43f810fc23b7/?format=api"
        }
    ]
}