GET /api/bet_types/d902e319-ad9f-462a-b164-e7c82b98c3d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d902e319-ad9f-462a-b164-e7c82b98c3d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffad8de5-c5f3-468a-a22b-c97e4b9f8aed/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Team Vitality",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Team Vitality",
                "amount": 8348.0
            },
            {
                "team": "Team Endpoint",
                "amount": 1652.0
            }
        ],
        "expected_reward_tokens": 9099.32,
        "profit_sb": 99.32,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "e95e029c-3b9e-4577-bb8a-70297ef7493b",
            "gambit_id": "a215173f-18f5-4c21-98c3-00e8948171a5",
            "last_updated": "2022-09-01T13:52:12.323176-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Vitality",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d902e319-ad9f-462a-b164-e7c82b98c3d9/?format=api"
        },
        {
            "id": "1353397b-2f61-4f15-8599-742f79edcb21",
            "gambit_id": "52d99110-33bd-4ce3-88e1-7b23ea6934d1",
            "last_updated": "2022-09-01T13:52:12.322246-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Endpoint",
            "reward": "5.51000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d902e319-ad9f-462a-b164-e7c82b98c3d9/?format=api"
        }
    ]
}